1
0

Cleanup, moved dumpmgr class.

This commit is contained in:
2018-02-11 01:48:47 +01:00
parent e6e0e83039
commit e582642936
13 changed files with 39 additions and 126 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ import sys
from tcllib import ansi, argparser, devlist
from tcllib.devices import DesktopDevice
from tcllib.requests import RequestRunner, CheckRequest, ServerVoteSelector, write_info_if_dumps_found
from tcllib.dumpmgr import write_info_if_dumps_found
from tcllib.requests import RequestRunner, CheckRequest, ServerVoteSelector
dev = DesktopDevice()