Skip to content

Commit

Permalink
py3
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 2, 2015
1 parent 8e790fa commit 33a4577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TODO
List of TODO items for Panoramix

## Improvments
## Improvments
* Reintroduce query and stopwatch
* [druid] Allow for post aggregations (ratios!)
* [sql] find a way to manage time granularity
Expand Down
2 changes: 1 addition & 1 deletion panoramix/bin/panoramix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def load_examples(sample):
dbobj = session.query(DB).filter_by(database_name='main').first()
if not dbobj:
dbobj = DB(database_name="main")
print config.get("SQLALCHEMY_DATABASE_URI")
print(config.get("SQLALCHEMY_DATABASE_URI"))
dbobj.sqlalchemy_uri = config.get("SQLALCHEMY_DATABASE_URI")
session.add(dbobj)
session.commit()
Expand Down

0 comments on commit 33a4577

Please sign in to comment.