ordered imports #2

This commit is contained in:
Lukas 2017-11-30 22:39:17 +01:00
parent 6ee334b0e8
commit 26c334f654
1 changed files with 2 additions and 5 deletions

View File

@ -1,15 +1,12 @@
#!/usr/bin/env python
import os
import os.path
from time import localtime, strftime
import shutil
import math
import multiprocessing as mpfrom time
import localtime, strftime
import jpgSorter
import numberOfFilesPerFolderLimiter
def getNumberOfFilesInFolderRecursively(start_path = '.'):
numberOfFiles = 0
for dirpath, dirnames, filenames in os.walk(start_path):