diff src/memory/persistent.py @ 585:9902ec2d8d9b

Remove useless trailing semicolons.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 18 Jan 2013 17:53:08 +0100
parents ca13633d3b6b
children 952322b1d490
line wrap: on
line diff
--- a/src/memory/persistent.py	Wed Jan 09 22:59:55 2013 +0100
+++ b/src/memory/persistent.py	Fri Jan 18 17:53:08 2013 +0100
@@ -34,7 +34,7 @@
         """@param namespace: unique namespace for this dictionary
         @param profile: profile which *MUST* exists, or None for general values"""
         if not self.storage:
-            error(_("PersistentDict can't be used before memory initialisation"));
+            error(_("PersistentDict can't be used before memory initialisation"))
             raise MemoryNotInitializedError
         self._cache = {}
         self.namespace = namespace