From: Robert S. Edmonds <edmonds@debian.org>
Subject: fake the pcs.pcap namespace

diff -urNad python-pcs-0.5+debian~/pcs/__init__.py python-pcs-0.5+debian/pcs/__init__.py
--- python-pcs-0.5+debian~/pcs/__init__.py	2007-08-08 23:47:52.000000000 -0400
+++ python-pcs-0.5+debian/pcs/__init__.py	2007-08-14 22:12:14.000000000 -0400
@@ -65,7 +65,8 @@
 # We need the socket module for to implement some of the Connector classes.
 from socket import *
 
-import pcs.pcap as pcap
+import pcap
+import sys; sys.modules['pcs.pcap'] = pcap
 
 import itertools
 
