hwri...@apache.org wrote on Thu, Feb 10, 2011 at 22:04:43 -0000:
> Added: subversion/trunk/tools/dev/gen-py-errors.py
> URL: 
> http://svn.apache.org/viewvc/subversion/trunk/tools/dev/gen-py-errors.py?rev=1069588&view=auto
> ==============================================================================
> --- subversion/trunk/tools/dev/gen-py-errors.py (added)
> +++ subversion/trunk/tools/dev/gen-py-errors.py Thu Feb 10 22:04:42 2011
> @@ -0,0 +1,66 @@
> +#!/usr/bin/env python
> +#
> +# gen-py-errors.py: Generate a python module which maps error names to 
> numbers.
> +#                   (The purpose being easier writing of the python tests.)
> +
> +import sys, os
> +sys.path.append(os.path.join('subversion', 'bindings', 'swig',
> +                             'python', 'tests'))
> +
> +
> +import setup_path

This appears to be an unused import.

Reply via email to