Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/p2p/StreamWriter.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-05-11 06:00:37 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-05-11 06:00:37 (GMT)
commita8437a39a99ccf5d05d1b2f81084b92a12582e7d (patch)
tree733bc5b99a65c83d4c5e9a311f079244dd78e466 /p2p/StreamWriter.py
parent5b97add732a330b13192d43c42bf93a6b9134442 (diff)
Check in some initial code for the new network stuff design.
Diffstat (limited to 'p2p/StreamWriter.py')
-rw-r--r--p2p/StreamWriter.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/p2p/StreamWriter.py b/p2p/StreamWriter.py
new file mode 100644
index 0000000..8340b4a
--- /dev/null
+++ b/p2p/StreamWriter.py
@@ -0,0 +1,6 @@
+class StreamWriter:
+ def __init__(service):
+ self._service = service
+
+ def write(self, data):
+ pass