Browse Source

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 years ago
parent
commit
8585c91d82
1 changed files with 1 additions and 0 deletions
  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