34
34
__all__ = ['PYTHON_VERSION', 'copy_file_to_jail', 'RunError',
35
35
'action_runprog', 'action_remove', 'action_rename', 'action_mkdir',
36
36
'action_copytree', 'action_copylist', 'action_copyfile',
37
'action_symlink', 'action_append', 'action_chown',
38
38
'action_chown_setuid', 'action_chmod_x', 'action_make_private',
39
'filter_mutate', 'get_svn_revision', 'InstallList',
39
'query_user', 'filter_mutate', 'get_svn_revision', 'InstallList',
42
42
# Determine which Python version (2.4 or 2.5, for example) we are running,
43
43
# and use that as the filename to the Python directory.