Skip to content
Snippets Groups Projects
Commit e00c6aca authored by jkerdreu's avatar jkerdreu
Browse files

change gw.info

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/fork@1553 b32b6428-25c9-4566-ad07-03861ab6144f
parent 1a1501c5
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ class BugNetGW(gevent.Greenlet):
gw.product_id = "bugOne Gateway"
gw.version = 0.2
gw.url = "http://dwb.ilhost.fr/"
gw.info = "bugOne@%s" % platform.node()
gw.info = "%s@%s" % (PACKAGE_NAME,platform.node())
emb = gw.new_attribute('embedded',[])
for node in self.nodes.values():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment