* subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c
[svn.git] / subversion / bindings / swig / python / svn / wc.py
blob8b92e8129afde3c81091ab8d06566bac45a5c519
2 # wc.py: public Python interface for wc components
4 # Subversion is a tool for revision control.
5 # See http://subversion.tigris.org for more information.
7 ######################################################################
9 # Copyright (c) 2000-2004 CollabNet. All rights reserved.
11 # This software is licensed as described in the file COPYING, which
12 # you should have received as part of this distribution. The terms
13 # are also available at http://subversion.tigris.org/license-1.html.
14 # If newer versions of this license are posted there, you may use a
15 # newer version instead, at your option.
17 ######################################################################
19 from libsvn.wc import *
20 from svn.core import _unprefix_names
21 _unprefix_names(locals(), 'svn_wc_')
22 _unprefix_names(locals(), 'SVN_WC_')
23 del _unprefix_names