Skip to content
Snippets Groups Projects
Commit cdedc020 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

[mod] debug stuff

parent d5d07b29
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -110,4 +110,6 @@ if __name__ == '__main__':
from spliter import split
from grouper import group
import sys
print tokenize(group(split(open(sys.argv[1]).read())))
#print tokenize(group(split(open(sys.argv[1]).read())))
print group(split("self.e1"))
print tokenize(group(split("self.e1")))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment