mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-30 12:33:52 -06:00
fe834d1ed2
simple. This also adds the ability to display servers on the treeview.
12 lines
358 B
Python
12 lines
358 B
Python
##########################################################################
|
|
#
|
|
# pgAdmin 4 - PostgreSQL Tools
|
|
#
|
|
# Copyright (C) 2013 - 2015, The pgAdmin Development Team
|
|
# This software is released under the PostgreSQL Licence
|
|
#
|
|
##########################################################################
|
|
|
|
# Define the node lists
|
|
all_nodes = [ ]
|
|
sub_nodes = [ ] |