server/sources/native.py
branchstable
changeset 5824 de9b7e88660e
parent 5751 1e5ef464cade
child 5847 51636c991fb4
--- a/server/sources/native.py	Mon Jun 21 16:01:15 2010 +0200
+++ b/server/sources/native.py	Tue Jun 22 10:29:04 2010 +0200
@@ -22,8 +22,8 @@
   from which it comes from) are stored in a varchar column encoded as a base64
   string. This is because it should actually be Bytes but we want an index on
   it for fast querying.
+"""
 
-"""
 from __future__ import with_statement
 
 __docformat__ = "restructuredtext en"