Oops, got the boolean backwards :P
This commit is contained in:
parent
4591af32b3
commit
5f3703d545
@ -28,7 +28,7 @@ _log = logging.getLogger(__name__)
|
||||
|
||||
from mediagoblin.tools.transition import DISABLE_GLOBALS
|
||||
|
||||
if DISABLE_GLOBALS:
|
||||
if not DISABLE_GLOBALS:
|
||||
from mediagoblin.db.base import Session
|
||||
|
||||
class DatabaseMaster(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user