Kaydet (Commit) 44320b10 authored tarafından Fatih Aşıcı's avatar Fatih Aşıcı

function to get configured bus

üst a521bd57
......@@ -112,6 +112,12 @@ def saveXorgConfig(card):
f.write(parser.toString())
f.close()
def configuredBus():
try:
return open(consts.configured_bus_file).read()
except IOError:
return ""
def addTag(p, name, data):
t = p.insertTag(name)
t.insertData(data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment