Remove unneeded print with Python 2 syntax

Fixes error with Python 3.
pull/72/head
Daniele Forsi 2021-11-01 23:01:42 +01:00 zatwierdzone przez Christoph Berg
rodzic df629e7a64
commit 871c315015
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,6 @@ import os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
print os.path.abspath(".")
sys.path.insert(0, os.path.abspath('../../'))
# -- General configuration ------------------------------------------------