Update of /cvsroot/monetdb/clients/src/python/Cimpl
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21603/src/python/Cimpl

Modified Files:
      Tag: Clients_1-20
        CMapi.py 
Log Message:
Converted TABs to spaces and deleted trailing white space.

Index: CMapi.py
===================================================================
RCS file: /cvsroot/monetdb/clients/src/python/Cimpl/CMapi.py,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -d -r1.4.2.2 -r1.4.2.3
--- CMapi.py    21 Oct 2007 20:18:47 -0000      1.4.2.2
+++ CMapi.py    22 Oct 2007 12:13:35 -0000      1.4.2.3
@@ -243,10 +243,10 @@
 class Embedded(Mapi):
     def __init__(self, dbfarm = None, dbname = "demo", lang = "sql", version = 
5):
         try:
-           if version == 5:
-               import monetdb5 as monetdb
-           else:
-               import monetdb
+            if version == 5:
+                import monetdb5 as monetdb
+            else:
+                import monetdb
             if lang == "sql":
                 self._Mapi__mid = monetdb.monetdb_sql(dbfarm, dbname)
         except:


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to