]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Refactor(dotfiles2html): Fix import
authorOleg Broytman <phd@phdru.name>
Fri, 21 Aug 2020 07:37:02 +0000 (10:37 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 21 Aug 2020 07:37:02 +0000 (10:37 +0300)
dotfiles2html/dotfiles2html.py

index cc7a59b1d4f6ef1b5085f07962f56986f0bf326f..640aa6a2ac9a579c8e2625748dc731071d83437c 100755 (executable)
@@ -3,7 +3,9 @@
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2004-2020 PhiloSoft Design"
 
-import os, shutil, filecmp
+import filecmp
+import os
+import shutil
 os.umask(0022) # octal; -rw-r--r--
 
 from m_lib.m_path import get_homedir