Skip to content

Commit

Permalink
Fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
josenavas committed Jun 18, 2014
1 parent 5ffad77 commit 034cf32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qiita_core/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# The full license is in the file LICENSE, distributed with this software.
# -----------------------------------------------------------------------------
from qiita_db.sql_connection import SQLConnectionHandler
from qiita_db.make_environment import (LAYOUT_FP, INITIALIZE_FP, POPULATE_FP)
from qiita_db.environment_manager import (LAYOUT_FP, INITIALIZE_FP,
POPULATE_FP)
from qiita_core.qiita_settings import qiita_config


Expand Down

0 comments on commit 034cf32

Please sign in to comment.