X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f3e9066b40546163f0df4678702ca4d7d31f9f84..cf4049b3e2a405df73926d3a806f715de685b5cb:/src/manage.py diff --git a/src/manage.py b/src/manage.py index d69b6e5f5..19c266bab 100755 --- a/src/manage.py +++ b/src/manage.py @@ -1,11 +1,10 @@ #!/usr/bin/env python +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. +# import os import sys -ROOT = os.path.dirname(os.path.abspath(__file__)) -sys.path = [ - os.path.join(ROOT, '../lib/librarian'), -] + sys.path if __name__ == "__main__": os.environ.setdefault(