コード例 #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:])