ソースを参照

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