pgsql: python.m4: Remove useless "import string" calls

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: python.m4: Remove useless "import string" calls
Date: 2011-11-29 04:51:48
Message-ID: E1RVFfY-0005zR-EH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

python.m4: Remove useless "import string" calls

They have been unneeded since the use of the string module has been
removed in a65ed83f8a6fbf35c1e563533ab8293a788b1fce.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/80ac853f0521963e870dfe484d56df8ab2de82e0

Modified Files
--------------
config/python.m4 | 12 ++++++------
configure | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-11-29 04:58:11 pgsql: pg_upgrade: Disable installcheck
Previous Message Peter Eisentraut 2011-11-29 04:41:37 pgsql: plpython: Fix sed expression in python3 build