diff rhodecode/lib/paster_commands/ishell.py @ 4175:e9f6b533a8f6 kallithea-2.2.5-rebrand

Remove wrong/unnecessary/unfixable comment(s)
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:03:41 -0400
parents ffd45b185016
children 7e5f8c12a3fc
line wrap: on
line diff
--- a/rhodecode/lib/paster_commands/ishell.py	Wed Jul 02 19:03:30 2014 -0400
+++ b/rhodecode/lib/paster_commands/ishell.py	Wed Jul 02 19:03:41 2014 -0400
@@ -31,7 +31,7 @@
 
 from rhodecode.lib.utils import BasePasterCommand
 
-# fix rhodecode import
+# Add location of top level folder to sys.path
 from os.path import dirname as dn
 rc_path = dn(dn(dn(os.path.realpath(__file__))))
 sys.path.append(rc_path)