Fix compiler warning due to missing function prototype.
[svn.git] / subversion / bindings / swig / python / __init__.py
blobf4cf92b8535cdb1fbe39b4232d9d1c029085e258
2 # __init__.py: defines this directory as the 'libsvn' package.
4 # Subversion is a tool for revision control.
5 # See http://subversion.tigris.org for more information.
7 # ====================================================================
8 # Copyright (c) 2000-2004 CollabNet. All rights reserved.
10 # This software is licensed as described in the file COPYING, which
11 # you should have received as part of this distribution. The terms
12 # are also available at http://subversion.tigris.org/license-1.html.
13 # If newer versions of this license are posted there, you may use a
14 # newer version instead, at your option.
16 ######################################################################