Quellcode durchsuchen

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 vor 5 Jahren
Ursprung
Commit
8585c91d82
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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