diff --git a/auto_sort/asort.py b/auto_sort/asort.py index 3add637..9a21144 100644 --- a/auto_sort/asort.py +++ b/auto_sort/asort.py @@ -8,6 +8,7 @@ # Version: 0.1 # Description: A very simple python script that can sort items alphabetically. +from __future__ import print_function import os import shutil