Merge pull request #72 from df7cb/python3

Remove unneeded print with Python 2 syntax
master
Christian T. Rodriguez Jacobs 2025-03-07 13:37:23 +00:00 zatwierdzone przez GitHub
commit 09b113d23c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
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 ------------------------------------------------