diff --git a/warren/app.py b/warren/app.py index e99e1d0..2f19a45 100644 --- a/warren/app.py +++ b/warren/app.py @@ -37,7 +37,7 @@ def init_new_db(dbpath): You can specify your own dbpath, or you can use the default dbpath.""" - # TODO: write directory handling shit + # directory handling will go here # handle the DB stuff conn = None