This commit is contained in:
Kovid Goyal 2008-03-12 07:19:35 +00:00
parent 240ca94277
commit 1bbab6f266

View File

@ -82,7 +82,7 @@ class PRS505(Device):
</match>
</match>
</device>
'''%dict(app=__appname__)
'''.replace('%(app)s', __appname__)
def __init__(self, log_packets=False):