diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-07-12 09:11:21 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-07-12 09:11:21 +0200 |
commit | e9581fbf2afad8167249cb92230b7fd7f3443452 (patch) | |
tree | 4218a2577aa9da0b39326b3577cff40050a5cd99 /blogthon.cgi | |
parent | fe91856286b8445481ce291be1657a1b2db9cfc2 (diff) |
Use tabs instead of spaces
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-x | blogthon.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index 96dcbe3..5f35503 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -45,7 +45,7 @@ line_start_hyphen = re.compile("^-.*$") line_start_plus = re.compile("^\+.*$") # Indention -ind = " " +ind = "\t" def generate_uuid(string): string_md5sum = md5(string.encode("utf-8")).hexdigest() |