summaryrefslogtreecommitdiff
path: root/pysquaredeal.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysquaredeal.py')
-rw-r--r--pysquaredeal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pysquaredeal.py b/pysquaredeal.py
index a81e16f..1b74357 100644
--- a/pysquaredeal.py
+++ b/pysquaredeal.py
@@ -40,6 +40,7 @@ argparser_generate.add_argument('--reserve', action='store_true', help='generate
arguments = argparser.parse_args()
+# TODO: this should be an interface class, also rename SquareDeal to SQD or sth and this to SquareDeal
if arguments.command == 'create':
sd = SquareDeal()
sd.name = arguments.event_name