1 diff --git a/util.py b/util.py
2 index bfec1ed..0546772 100644
5 @@ -22,16 +22,7 @@ log = logging.getLogger("bot")
8 def solve_filepath(path):
14 - elif os.path.exists(path):
17 - mydir = os.path.dirname(os.path.realpath(__file__))
18 - return mydir + '/' + path
22 def get_recursive_file_list_sorted(path):