Merge pull request #145 from cclauss/patch-1

from __future__ import print_function
This commit is contained in:
Luong T.T. Vo 2017-08-21 17:14:12 +07:00 committed by GitHub
commit 19043a9d30
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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