Changeset: 127d7152df01 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=127d7152df01
Modified Files:
        clients/python2/monetdb/sql/converters.py
        clients/python2/monetdb/sql/monetize.py
        clients/python2/test/control.py
        clients/python3/monetdb/sql/converters.py
        clients/python3/monetdb/sql/monetize.py
Branch: Feb2013
Log Message:

Add final newline to Python source files that didn't have them.


diffs (50 lines):

diff --git a/clients/python2/monetdb/sql/converters.py 
b/clients/python2/monetdb/sql/converters.py
--- a/clients/python2/monetdb/sql/converters.py
+++ b/clients/python2/monetdb/sql/converters.py
@@ -50,4 +50,4 @@ class Monetizer:
     def convert(self, data):
         """
         """
-        return monetize.convert(data)
\ No newline at end of file
+        return monetize.convert(data)
diff --git a/clients/python2/monetdb/sql/monetize.py 
b/clients/python2/monetdb/sql/monetize.py
--- a/clients/python2/monetdb/sql/monetize.py
+++ b/clients/python2/monetdb/sql/monetize.py
@@ -79,4 +79,4 @@ def convert(data):
     try:
         return mapping[type(data)](data)
     except KeyError:
-        raise ProgrammingError("type %s not supported as value" % type(data))
\ No newline at end of file
+        raise ProgrammingError("type %s not supported as value" % type(data))
diff --git a/clients/python2/test/control.py b/clients/python2/test/control.py
--- a/clients/python2/test/control.py
+++ b/clients/python2/test/control.py
@@ -116,4 +116,4 @@ class TestManage(unittest.TestCase):
         neighbours
 
 if __name__ == '__main__':
-    unittest.main()
\ No newline at end of file
+    unittest.main()
diff --git a/clients/python3/monetdb/sql/converters.py 
b/clients/python3/monetdb/sql/converters.py
--- a/clients/python3/monetdb/sql/converters.py
+++ b/clients/python3/monetdb/sql/converters.py
@@ -50,4 +50,4 @@ class Monetizer:
     def convert(self, data):
         """
         """
-        return monetize.convert(data)
\ No newline at end of file
+        return monetize.convert(data)
diff --git a/clients/python3/monetdb/sql/monetize.py 
b/clients/python3/monetdb/sql/monetize.py
--- a/clients/python3/monetdb/sql/monetize.py
+++ b/clients/python3/monetdb/sql/monetize.py
@@ -74,4 +74,4 @@ def convert(data):
     try:
         return mapping[type(data)](data)
     except KeyError:
-        raise ProgrammingError("type %s not supported as value" % type(data))
\ No newline at end of file
+        raise ProgrammingError("type %s not supported as value" % type(data))
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to