]> git.phdru.name Git - ppu.git/commitdiff
Docs(conf): Fix: import os, sys
authorOleg Broytman <phd@phdru.name>
Fri, 1 Feb 2019 19:24:22 +0000 (22:24 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 1 Feb 2019 19:25:09 +0000 (22:25 +0300)
docs/conf.py

index 53b3a59d75c677241da80a794e0c9c4b26547693..1b5d154bd5e0448f22506668ab3a0cfbf81d8044 100644 (file)
@@ -17,8 +17,8 @@
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 #
 from datetime import date
-import os
-import sys
+import os
+import sys
 # sys.path.insert(0, os.path.abspath('.'))