[conduit: 125/138] Proper indentation



commit cc03f25c5ce80de98f1c4530c79fbdd8e588008f
Author: John Carr <john carr unrouted co uk>
Date:   Wed May 6 13:26:50 2009 -0700

    Proper indentation
---
 test/soup/utils/test.py |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/test/soup/utils/test.py b/test/soup/utils/test.py
index dec2200..dc61a07 100644
--- a/test/soup/utils/test.py
+++ b/test/soup/utils/test.py
@@ -55,15 +55,15 @@ class TestCase(unittest.TestCase):
             feature.require()
 
     def setUpSync(self):
-	# FIXME: I'd put this in an EnvironmentWrapper, but i need priorities before i can do that :/
-	conduit.IS_INSTALLED =              False
-	conduit.IS_DEVELOPMENT_VERSION =    True
-	conduit.SHARED_DATA_DIR =           os.path.join(soup.get_root(),"data")
-	conduit.SHARED_MODULE_DIR =         os.path.join(soup.get_root(),"conduit","modules")
-	conduit.FILE_IMPL =                 os.environ.get("CONDUIT_FILE_IMPL","GIO")
-	conduit.BROWSER_IMPL =              os.environ.get("CONDUIT_BROWSER_IMPL","system")
-	conduit.SETTINGS_IMPL =             os.environ.get("CONDUIT_SETTINGS_IMPL","GConf")
-	conduit.GLOBALS.settings =          Settings.Settings()
+        # FIXME: I'd put this in an EnvironmentWrapper, but i need priorities before i can do that :/
+        conduit.IS_INSTALLED =              False
+        conduit.IS_DEVELOPMENT_VERSION =    True
+        conduit.SHARED_DATA_DIR =           os.path.join(soup.get_root(),"data")
+        conduit.SHARED_MODULE_DIR =         os.path.join(soup.get_root(),"conduit","modules")
+        conduit.FILE_IMPL =                 os.environ.get("CONDUIT_FILE_IMPL","GIO")
+        conduit.BROWSER_IMPL =              os.environ.get("CONDUIT_BROWSER_IMPL","system")
+        conduit.SETTINGS_IMPL =             os.environ.get("CONDUIT_SETTINGS_IMPL","Python")
+        conduit.GLOBALS.settings =          Settings.Settings()
 
         #Set up our own mapping DB so we dont pollute the global one
         dbFile = os.path.join(os.environ['TEST_DIRECTORY'],Utils.random_string()+".db")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]