fix indentation

This commit is contained in:
David Rousselie
2010-11-28 15:17:52 +01:00
parent 1778f99831
commit d3315450b3

View File

@@ -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,