added some todos

inversed main stacks f1:content, f2:design, f3:git
added toggle menubar actions but it's not working yet
This commit is contained in:
Bachir Soussi Chiadmi
2017-06-11 17:22:38 +02:00
parent 547be1b03e
commit ec654726e0
5 changed files with 66 additions and 18 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ GNU General Public License for more details.
"""
from libriis.main import main # pylint: disable=wrong-import-position
from libriis.main import main
if __name__ == '__main__':
sys.exit(main())