Skip to content

Commit 38643b7

Browse files
committedJul 10, 2014
Update dictionary.py
for python 2.7
1 parent aaa5b6b commit 38643b7

File tree

1 file changed

+1
-1
lines changed
  • https/lh4.googleusercontent.com/kxUSc360Gbg/ThxzisLCjdI/AAAAAAAAJ7k/WjL28FOg-DI/w695-h688-no

1 file changed

+1
-1
lines changed
 

‎https/lh4.googleusercontent.com/kxUSc360Gbg/ThxzisLCjdI/AAAAAAAAJ7k/WjL28FOg-DI/w695-h688-no/dictionary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# adds the ones that you fail to find in a new dictionary for revision !
2222
#
2323

24-
import subprocess
24+
import random
2525
import time
2626

2727
ESTIMATED_UPPER_BOUND=22000 #of input file

0 commit comments

Comments
 (0)
Please sign in to comment.