pgadmin4/web/pgadmin/browser/__init__.py

12 lines
358 B
Python
Raw Normal View History

##########################################################################
#
# pgAdmin 4 - PostgreSQL Tools
#
2015-02-25 14:25:41 -06:00
# Copyright (C) 2013 - 2015, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence
#
##########################################################################
# Define the node lists
all_nodes = [ ]
sub_nodes = [ ]