We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fedc803 + ea468df commit a6b8131Copy full SHA for a6b8131
eventsapp/main.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf8 -*-
2
'''App for PyConIndia 2018:
3
4
-Github Repo: http://github.com/
+Github Repo: http://github.com/pythonindia/PyCon-Mobile-App
5
'''
6
7
__version__ = '0.0.1'
@@ -26,7 +26,7 @@
26
27
script_path = os.path.dirname(os.path.realpath(__file__))
28
29
-# add module path for screen so they can be ynamically be imported
+# add module path for screen so they can be dynamically be imported
30
module_path = script_path + '/uix/screens/'
31
sys.path.insert(0, module_path)
32
0 commit comments