fix indentation
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
##
|
##
|
||||||
## test_component.py
|
## test_component.py
|
||||||
@@ -27,7 +25,6 @@ import unittest
|
|||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
import logging
|
import logging
|
||||||
import time
|
|
||||||
|
|
||||||
from sqlobject import *
|
from sqlobject import *
|
||||||
from sqlobject.dbconnection import TheURIOpener
|
from sqlobject.dbconnection import TheURIOpener
|
||||||
@@ -58,7 +55,8 @@ if sys.platform == "win32":
|
|||||||
DB_PATH = "/c|/temp/jmc_test.db"
|
DB_PATH = "/c|/temp/jmc_test.db"
|
||||||
else:
|
else:
|
||||||
DB_PATH = "/tmp/jmc_test.db"
|
DB_PATH = "/tmp/jmc_test.db"
|
||||||
DB_URL = DB_PATH# + "?debug=1&debugThreading=1"
|
DB_URL = DB_PATH # + "?debug=1&debugThreading=1"
|
||||||
|
|
||||||
|
|
||||||
class MockStream(object):
|
class MockStream(object):
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
|
|||||||
Reference in New Issue
Block a user