fix regex and add test script
This commit is contained in:
9
test-uvscand
Executable file
9
test-uvscand
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import uvscand
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(
|
||||
uvscand.main()
|
||||
)
|
||||
Reference in New Issue
Block a user