This website works better with JavaScript.
Home
Explore
Help
Sign In
ATACKPR
/
public-inputvalidation-regularexpressions
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removed unecessary import
Jose Ortiz
8 years ago
parent
281071f3ae
commit
34873b5e5d
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
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