diff --git a/rhodecode/lib/paster_commands/make_rcextensions.py b/rhodecode/lib/paster_commands/make_rcextensions.py --- a/rhodecode/lib/paster_commands/make_rcextensions.py +++ b/rhodecode/lib/paster_commands/make_rcextensions.py @@ -33,7 +33,7 @@ import pkg_resources from rhodecode.lib.utils import BasePasterCommand, ask_ok -# 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)