Replace our gconf-based settings module with a file-based one
[mevemon] / package / src / validation.py
index 76cfb9e..1773c11 100644 (file)
@@ -1,6 +1,5 @@
 """ This module contains all our input validation functions """
-
-KEY_SIZE = 64
+from constants import KEY_SIZE
 
 class ValidationError(StandardError):
     """ Exception that is raised if input validation fails