diff options
author | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2010-04-10 10:53:59 +0000 |
---|---|---|
committer | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2010-04-10 10:53:59 +0000 |
commit | c5c54d4d6486d85a151c6fcd4c5dcdaf2dfbcaf6 (patch) | |
tree | c6206fc6fa56332feda8428a38858a8df48f9714 /bin | |
parent | ad031278c0e4a4108d5a56d99ddc7ce1030a80a0 (diff) | |
download | ebus-alt-c5c54d4d6486d85a151c6fcd4c5dcdaf2dfbcaf6.tar.gz ebus-alt-c5c54d4d6486d85a151c6fcd4c5dcdaf2dfbcaf6.zip |
include rev number in egg name
git-svn-id: http://10.2.2.13/svn/common/ebus@1640 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ebus_dump | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ebus_dump b/bin/ebus_dump index 01d2ede..3a86ee8 100644 --- a/bin/ebus_dump +++ b/bin/ebus_dump @@ -1,3 +1,4 @@ +#!/usr/bin/python # -*- coding:utf8 -*- import asyncore from ebus import EbusReader |