diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-01-17 11:04:20 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-01-17 11:04:20 +0200 |
| commit | a6ce6a0d7b69f3fb08597c895f2ba1c3981699ec (patch) | |
| tree | 77e76487624acd2df65ce37ea7656d02d2d79560 | |
| parent | ea59a72d6f6d31c53b95531dd9700bdd13a2fafc (diff) | |
initial dashpot script
| -rwxr-xr-x | dashpot.py | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
