From 88375eefdd548623d3b310231a29799775da7045 Mon Sep 17 00:00:00 2001 From: Markus Roth Date: Sun, 11 Mar 2012 06:28:08 -0700 Subject: [PATCH] Rename app to sloth (affects gui window title). --- sloth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sloth/__init__.py b/sloth/__init__.py index 2e47f9e..4bc39e6 100644 --- a/sloth/__init__.py +++ b/sloth/__init__.py @@ -1,4 +1,4 @@ -APP_NAME = """labeltool""" +APP_NAME = """sloth""" ORGANIZATION_NAME = """CV:HCI Research Group""" ORGANIZATION_DOMAIN = """cvhci.anthropomatik.kit.edu""" VERSION = """0.1"""