up
[bsc-thesis1415.git] / program / everything / input_app.py
index 532e2c0..ef746a1 100644 (file)
@@ -138,7 +138,7 @@ def to_dot(q0):
     print '}'
 
 
-def data_main(d):
+def ata_main(d):
     d = {k: str(v) for k, v in dict(d).iteritems() if k != 'write'}
     structure_data(d)
     d['matchdata'] = []