[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix import in checkout_swig_header.py

From: Hyrum K. Wright <hyrum_wright_at_byu.edu>
Date: 2006-02-16 06:00:30 CET

I ran across this bug while trying to build the python binding on a
fresh checkout from trunk. It appears that checkout_swig_header uses
the shutil module, but it is never imported. The attached patch fixes
this bug.

-Hyrum

[[[
Import the shutil module for use in a conditional case.

* build/generator/swig/checkout_swig_header.py:
  Import shutil module.
]]]

Received on Thu Feb 16 06:01:40 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.