diff --git a/hello.py b/hello.py index 9218339..e334921 100644 --- a/hello.py +++ b/hello.py @@ -6,6 +6,8 @@ app = Flask(__name__, static_url_path='') +# This is comment + db_name = 'mydb' client = None db = None diff --git a/setup.py b/setup.py index bfe3465..73c7004 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,8 @@ from codecs import open from os import path +# THIS IS MY SECOND COMMENT + here = path.abspath(path.dirname(__file__)) # Get the long description from the README file