예제 #1
0
파일: truecrypt.py 프로젝트: nsubiron/nscmd
 def help(self):
     truecrypt.call(['-h'])
예제 #2
0
파일: truecrypt.py 프로젝트: nsubiron/nscmd
 def run(self, argv):
     truecrypt.call(argv[1:])