diff kallithea/lib/paster_commands/ishell.py @ 6065:e0f31c7d0f5e

paster: split paster specifics out of kallithea.lib.utils BasePasterCommand and ask_ok are only useful in a Paster/command-line context, and can thus be removed from the already overly cluttered main utils module. (The new common.py has been added to Mercurial as a copy of utils.py, preserving its file history, but creating a somewhat bewildering diff.)
author Søren Løvborg <sorenl@unity3d.com>
date Thu, 28 Jul 2016 14:21:08 +0200
parents 037efd94e955
children 9c5f794df7cd
line wrap: on
line diff
--- a/kallithea/lib/paster_commands/ishell.py	Thu Apr 07 17:53:51 2016 +0200
+++ b/kallithea/lib/paster_commands/ishell.py	Thu Jul 28 14:21:08 2016 +0200
@@ -29,7 +29,7 @@
 import os
 import sys
 
-from kallithea.lib.utils import BasePasterCommand
+from kallithea.lib.paster_commands.common import BasePasterCommand
 
 # Add location of top level folder to sys.path
 from os.path import dirname