forked from expo/troggle
deleting unused old utilities
This commit is contained in:
parent
3487c22da3
commit
713db304e2
@ -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] != "/"]
|
||||
|
Loading…
Reference in New Issue
Block a user