fix typo
authorBaris Metin <bmetin@verivue.com>
Fri, 29 Apr 2011 20:40:00 +0000 (16:40 -0400)
committerBaris Metin <bmetin@verivue.com>
Fri, 29 Apr 2011 20:40:00 +0000 (16:40 -0400)
PLC/API.py

index 359e955..9f13f38 100644 (file)
@@ -158,9 +158,9 @@ class PLCAPI:
         # TODO: we may consider to do this in an aspect like the ones above.
         try:
             if self.config.PLC_GETSLIVERS_CACHE:
-                getslivers_cache = true
+                getslivers_cache = True
         except AttributeError:
-            getslivers_cache = false
+            getslivers_cache = False
 
         if getslivers_cache:
             os.environ['DJANGO_SETTINGS_MODULE']='plc_django_settings'