From d4fdb8ce1a14f5633dfff21ed2333379615a1e1a Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 6 Jan 2016 12:36:51 +0100 Subject: Remove unused imports --- monkey/action.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'monkey/action.py') diff --git a/monkey/action.py b/monkey/action.py index 8a1e477..2ea311c 100644 --- a/monkey/action.py +++ b/monkey/action.py @@ -185,9 +185,6 @@ def expand(actions): # some sample code if __name__ == '__main__': - import sys, os.path - sys.path.append(os.path.dirname(os.path.realpath(__file__)) + '/..') # the parent directory is the app directory - from db.models import Problem, Solution # print all problem ids -- cgit v1.2.1