diff --git a/sqlalchemy_pervasive/base.py b/sqlalchemy_pervasive/base.py index 5a7ae7f897d7dcaed906bc6ad481321c8dddb4ee..d0e63ce4d4918e6262fc8baa8025ec84d21a485e 100644 --- a/sqlalchemy_pervasive/base.py +++ b/sqlalchemy_pervasive/base.py @@ -1,9 +1,8 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- +# -*- coding: utf-8; -*- ################################################################################ # # sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL -# Copyright © 2013 Sacramento Natural Foods Co-op, Inc +# Copyright © 2013-2021 Sacramento Natural Foods Co-op, Inc # # This file is part of sqlalchemy-pervasive. # @@ -21,7 +20,6 @@ # sqlalchemy-pervasive. If not, see . # ################################################################################ - """ Support for the Pervasive PSQL database engine. """