Fundraising in PDF.
[wolnelektury.git] / src / manage.py
index d69b6e5..19c266b 100755 (executable)
@@ -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(