Whitespace.

This commit is contained in:
Steven Black 2016-03-25 23:44:54 -04:00
parent 2d44d18af6
commit 92e8e4d8d9

View File

@ -73,7 +73,7 @@ def listdir_nohidden(path):
return glob.glob(os.path.join(path, '*'))
# Project Settings
BASEDIR_PATH = os.path.dirname(os.path.realpath(__file__))
BASEDIR_PATH = os.path.dirname(os.path.realpath(__file__))
defaults = {
"numberofrules" : 0,
@ -122,7 +122,6 @@ def main():
settings["sources"] = listdir_nohidden(settings["datapath"])
# All our extensions folders...
settings["extensions"] = [os.path.basename(item) for item in listdir_nohidden(settings["extensionspath"])]
# ... intersected with the extensions passed-in as arguments, then sorted.