pgadmin4/web/pgadmin/browser/nodes/CollectionNode.py

14 lines
448 B
Python

##########################################################################
#
# pgAdmin 4 - PostgreSQL Tools
#
# Copyright (C) 2013 - 2015, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence
#
##########################################################################
"""Base class for Collection Nodes on the browser treeview"""
def get_name():
"""Returns the display name of the collection"""
return ""