瀏覽代碼

Add missing import

I have no idea how it was working without this import previously, but
now it's working for real.
Ryan C. Thompson 5 年之前
父節點
當前提交
8585c91d82
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      roll.py

+ 1 - 0
roll.py

@@ -6,6 +6,7 @@ import re
 import sys
 import operator
 import traceback
+import functools
 from numbers import Number
 from random import SystemRandom
 from copy import copy