Skip to content

Commit b7c9dec

Browse files
author
James William Pye
committed
Add code.
1 parent 25cd901 commit b7c9dec

48 files changed

Lines changed: 13425 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

postgresql/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
try:
2+
__import__('pkg_resources').declare_namespace(__name__)
3+
except ImportError:
4+
pass

0 commit comments

Comments
 (0)