diff options
author | Simon McVittie <smcv@celebrin.pseudorandom.co.uk> | 2006-09-28 15:59:17 +0100 |
---|---|---|
committer | Simon McVittie <smcv@celebrin.pseudorandom.co.uk> | 2006-09-28 15:59:17 +0100 |
commit | f9d2961b45a085dc5d8febf8b1ed0f9caa9558ec (patch) | |
tree | cb6a4b9aca72fb9e002c28f6ec95e0bcea846ea5 /setup.py | |
parent | fcd45af4aa4fd81454f1c8a8fa7b8b5790f44b54 (diff) | |
download | dbus-python-f9d2961b45a085dc5d8febf8b1ed0f9caa9558ec.tar.gz |
setup.py: Remove "import extract" (no longer exists)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,6 +3,8 @@ # Copyright (C) 2004 Rob Taylor # Copyright (C) 2004, 2005, 2006 Red Hat Inc. <http://www.redhat.com/> # Copyright (C) 2005, 2006 Collabora Ltd. <http://www.collabora.co.uk/> +# Copyright (C) 2006 Osvaldo Santana Neto +# Copyright (C) 2006 Joseph Sacco # # Licensed under the Academic Free License version 2.1 # @@ -32,8 +34,6 @@ from distutils.core import setup from distutils.extension import Extension from distutils.command.clean import clean -import extract - sys.path.append("test") from dbus_python_check import dbus_python_check |