remove unnecessary unicode_literal future imports, we py3 now
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
"""Roll dice when asked, intended for RPGs."""
|
||||
|
||||
# this breaks yacc, but ply might be happy in py3
|
||||
#from __future__ import unicode_literals
|
||||
|
||||
import logging
|
||||
import math
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user