summaryrefslogtreecommitdiffstats
path: root/module/file_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/file_list.py')
-rw-r--r--module/file_list.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/file_list.py b/module/file_list.py
index b96c7a63d..7eaca7c97 100644
--- a/module/file_list.py
+++ b/module/file_list.py
@@ -107,7 +107,6 @@ class File_List(object):
pyfile = self.data['order'].pop(index)
self.data['order'].insert(index + offset, pyfile)
-
def save(self):
self.lock.acquire()