Skip to content

Commit a6b8131

Browse files
authored
Merge pull request #111 from hastagAB/master
Added Github Repo link in main.py Header Comment.
2 parents fedc803 + ea468df commit a6b8131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eventsapp/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf8 -*-
22
'''App for PyConIndia 2018:
33
4-
Github Repo: http://github.com/
4+
Github Repo: http://github.com/pythonindia/PyCon-Mobile-App
55
'''
66

77
__version__ = '0.0.1'
@@ -26,7 +26,7 @@
2626

2727
script_path = os.path.dirname(os.path.realpath(__file__))
2828

29-
# add module path for screen so they can be ynamically be imported
29+
# add module path for screen so they can be dynamically be imported
3030
module_path = script_path + '/uix/screens/'
3131
sys.path.insert(0, module_path)
3232

0 commit comments

Comments
 (0)