Browse Source

Removed unecessary import

Jose Ortiz 8 years ago
parent
commit
34873b5e5d
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      regex-tester.py

+ 0
- 1
regex-tester.py View File

@@ -1,4 +1,3 @@
1
-from reg_exp import *
2 1
 import re
3 2
 import sys
4 3