From 713db304e2805963d369604537d251cb266bfd7a Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 26 Mar 2021 13:14:52 +0000 Subject: [PATCH] deleting unused old utilities --- core/fileAbstraction.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 core/fileAbstraction.py diff --git a/core/fileAbstraction.py b/core/fileAbstraction.py deleted file mode 100644 index 0035bf8..0000000 --- a/core/fileAbstraction.py +++ /dev/null @@ -1,15 +0,0 @@ -# import troggle.settings as settings -# import os -# import urllib.request, urllib.parse, urllib.error -# from functools import reduce - -# All unused, but kept pending deletion - -# def urljoin(x, y): return x + "/" + y - -# def dirsAsList(*path): - # return [d for d in listdir(*path).split("\n") if len(d) > 0 and d[-1] == "/"] - -# def filesAsList(*path): - # return [d for d in listdir(*path).split("\n") if len(d) > 0 and d[-1] != "/"] -