Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
started refactoring some code
  • Loading branch information
proost committed Feb 16, 2017
1 parent bce67af commit dd0570e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,6 +1,8 @@
.idea/
.idea/*
virtualenv/
db/
venv/

tmp
bin
Expand Down
2 changes: 1 addition & 1 deletion planet/__init__.py
Expand Up @@ -21,7 +21,7 @@
from flask_login import LoginManager
from flask_sqlalchemy import SQLAlchemy

from planet.extensions.blast import BlastThread
from .flask_blast import BlastThread

db = SQLAlchemy()
login_manager = LoginManager()
Expand Down
1 change: 1 addition & 0 deletions planet/flask_blast/__init__.py
@@ -0,0 +1 @@
from .blast import BlastThread
File renamed without changes.

0 comments on commit dd0570e

Please sign in to comment.