mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Use Python docsctrings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user