mirror of
https://github.com/login-securite/DonPAPI
synced 2025-03-11 06:58:49 +00:00
fix deps
This commit is contained in:
parent
653264670f
commit
158c263d31
@ -2190,18 +2190,18 @@ class MySeatBelt:
|
||||
myRecentFiles.run()
|
||||
|
||||
def GetMRemoteNG(self):
|
||||
from software.manager.mRemoteNG import mRemoteNG
|
||||
from donpapi.software.manager.mRemoteNG import mRemoteNG
|
||||
myMRemoteNG = mRemoteNG(self.smb, self.myregops, self.myfileops, self.logging, self.options, self.db,
|
||||
self.users)
|
||||
myMRemoteNG.run()
|
||||
|
||||
def GetPutty(self):
|
||||
from software.sysadmin.putty import Putty
|
||||
from donpapi.software.sysadmin.putty import Putty
|
||||
myPutty = Putty(self.smb, self.myregops, self.myfileops, self.logging, self.options, self.db)
|
||||
myPutty.run()
|
||||
|
||||
def GetWinscp(self):
|
||||
from software.sysadmin.winscp import Winscp
|
||||
from donpapi.software.sysadmin.winscp import Winscp
|
||||
myWinscp = Winscp(self.smb, self.myregops, self.myfileops, self.logging, self.options, self.db)
|
||||
myWinscp.run()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user