]> Frank Brehm's Git Trees - pixelpark/admin-tools.git/commitdiff
Applying flake8 to quota-check
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 20 Apr 2017 09:21:40 +0000 (11:21 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 20 Apr 2017 09:21:40 +0000 (11:21 +0200)
quota-check

index c168f0ae1c8132cb99f00900e9977f02a8c033a3..702bc24a2a7f19a3440cb20b518a8edcfa72f30c 100755 (executable)
@@ -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.quota_check import PpQuotaCheckApp
 
 log = logging.getLogger(__name__)
@@ -39,5 +37,3 @@ app()
 sys.exit(0)
 
 # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4
-
-# vim: ts=4