condense.py
Go to the documentation of this file.
00001 #!/usr/bin/python
00002 
00003 import sys
00004 from DataCondenser import DataCondenser
00005 
00006 
00007 sys.setrecursionlimit(100000)
00008 
00009 dcCondenser = DataCondenser()
00010 dcCondenser.condenseData(sys.argv[1])


beliefstate
Author(s): Jan Winkler
autogenerated on Sun Oct 5 2014 22:30:15