Use Python docsctrings

This commit is contained in:
Dave Page
2015-01-21 12:00:13 +00:00
parent df5054f253
commit 7fa40d7671
3 changed files with 13 additions and 9 deletions

View File

@@ -5,10 +5,12 @@
# Copyright (C) 2013 - 2014, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence
#
# pgAdmin4.py - Main application entry point
#
##########################################################################
"""This is the main application entry point for pgAdmin 4. If running on
a webserver, this will provide the WSGI interface, otherwise, we're going
to start a web server."""
import os, sys
# We need to include the root directory in sys.path to ensure that we can