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
|
||||||
@@ -60,6 +57,7 @@ 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,
|
||||||
jid="",
|
jid="",
|
||||||
|
|||||||
Reference in New Issue
Block a user