mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1046380 - Print device root to standard output in dm client;r=armenzg NPOTB DONTBUILD
This commit is contained in:
parent
b3422fb89e
commit
9479fff06b
@ -222,7 +222,7 @@ class DMCli(object):
|
|||||||
self.parser.error("Unknown device manager type: %s" % type)
|
self.parser.error("Unknown device manager type: %s" % type)
|
||||||
|
|
||||||
def deviceroot(self, args):
|
def deviceroot(self, args):
|
||||||
return self.dm.deviceRoot
|
print self.dm.deviceRoot
|
||||||
|
|
||||||
def push(self, args):
|
def push(self, args):
|
||||||
(src, dest) = (args.local_file, args.remote_file)
|
(src, dest) = (args.local_file, args.remote_file)
|
||||||
|
Loading…
Reference in New Issue
Block a user