summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@hotmail.com>2013-09-25 23:44:04 -0400
committerDevan Franchini <twitch153@hotmail.com>2013-09-25 23:44:04 -0400
commit88b6987a7e20d4eeb1d8aa26fcebd8cd1b9a435d (patch)
treef5c1ed8d9f2228ec4f4372e705f480ad4977df71
parentWebappConfig/db.py: Converts dict_keys into a list to allow sorting. (diff)
downloadwebapp-config-88b6987a7e20d4eeb1d8aa26fcebd8cd1b9a435d.tar.gz
webapp-config-88b6987a7e20d4eeb1d8aa26fcebd8cd1b9a435d.tar.bz2
webapp-config-88b6987a7e20d4eeb1d8aa26fcebd8cd1b9a435d.zip
WebappConfig/content.py: Fixed inconsistent tab in file where create_md5() is declared.
-rw-r--r--WebappConfig/content.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebappConfig/content.py b/WebappConfig/content.py
index 7eff223..f9106ff 100644
--- a/WebappConfig/content.py
+++ b/WebappConfig/content.py
@@ -531,7 +531,7 @@ class Contents:
def file_md5(self, filename):
''' Return the md5 hash for the file content.'''
- create_md5(filename)
+ create_md5(filename)
def file_time(self, filename):
''' Return the last modification time.'''