summaryrefslogtreecommitdiff
path: root/sqlparse/compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'sqlparse/compat.py')
-rw-r--r--sqlparse/compat.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqlparse/compat.py b/sqlparse/compat.py
index c1aacf6..0226a00 100644
--- a/sqlparse/compat.py
+++ b/sqlparse/compat.py
@@ -1,3 +1,10 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2016 Andi Albrecht, albrecht.andi@gmail.com
+#
+# This module is part of python-sqlparse and is released under
+# the BSD License: http://www.opensource.org/licenses/bsd-license.php
+
"""Python 2/3 compatibility.
This module only exists to avoid a dependency on six