From a6ce6a0d7b69f3fb08597c895f2ba1c3981699ec Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 17 Jan 2012 11:04:20 +0200 Subject: initial dashpot script --- dashpot.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 dashpot.py diff --git a/dashpot.py b/dashpot.py new file mode 100755 index 0000000..40a3685 --- /dev/null +++ b/dashpot.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python + +from kademlia.node import Node + +print "Starting downashpot..." + +node = Node() + +print "Shutting down..." \ No newline at end of file -- cgit v1.3.1