From: Frank Brehm Date: Thu, 20 Apr 2017 09:22:09 +0000 (+0200) Subject: Applying flake8 to test-home X-Git-Tag: 0.1.2~196 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=8527f2752f24317f995613284574b25460b9a8d0;p=pixelpark%2Fadmin-tools.git Applying flake8 to test-home --- diff --git a/test-home b/test-home index 05b4684..935aa9e 100755 --- a/test-home +++ b/test-home @@ -15,8 +15,6 @@ if sys.argv[0] != '' and sys.argv[0] != '-c': if os.path.exists(os.path.join(cur_dir, 'pp_lib')): sys.path.insert(0, os.path.abspath(cur_dir)) -from pp_lib.common import pp - from pp_lib.test_home_app import PpTestHomeApp log = logging.getLogger(__name__)