summaryrefslogtreecommitdiff
path: root/tests/test_ipaddress.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-12-31 22:36:24 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-01-01 03:53:08 +0100
commitfad510007905f88f57ceb6f66723e139bfee009e (patch)
tree16f2b7b2712e9370ede4a8dc1eadc861bf5c29dc /tests/test_ipaddress.py
parent21f38a4c074d106c24e48e8e971d7215dace5911 (diff)
downloadpsycopg2-fad510007905f88f57ceb6f66723e139bfee009e.tar.gz
Adding some boilerplate for the new module
Diffstat (limited to 'tests/test_ipaddress.py')
-rwxr-xr-xtests/test_ipaddress.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_ipaddress.py b/tests/test_ipaddress.py
index 97eabba..49413f4 100755
--- a/tests/test_ipaddress.py
+++ b/tests/test_ipaddress.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python
-# # test_ipaddress.py - tests for ipaddress support #
+#
+# test_ipaddress.py - tests for ipaddress support
+#
# Copyright (C) 2016 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it