diff options
Diffstat (limited to 'export/toqms.py')
-rw-r--r-- | export/toqms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/export/toqms.py b/export/toqms.py index 2564094..a54a686 100644 --- a/export/toqms.py +++ b/export/toqms.py @@ -33,4 +33,3 @@ def writeQmTable(outfile,cave): cavewriter.writerow(headers) for qm in cave.get_QMs(): cavewriter.writerow(qmRow(qm)) -
\ No newline at end of file |