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