renamed package to libriis

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-08 22:39:33 +02:00
parent a136863d25
commit dc1d2ec48e
39 changed files with 56 additions and 63 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- python-mode -*-
"""Cascade: The html2print GUI
"""Libriis: The html2print GUI
"""
from __future__ import absolute_import, print_function, division, unicode_literals
@@ -21,7 +21,7 @@ GNU General Public License for more details.
"""
from cascade.main import main # pylint: disable=wrong-import-position
from libriis.main import main # pylint: disable=wrong-import-position
if __name__ == '__main__':
sys.exit(main())