comparison frontends/src/jp/cmd_file.py @ 823:300b4de701a6

jp: short option for progress is now -P instead of -g, so -g can be used for groups
author Goffi <goffi@goffi.org>
date Mon, 17 Feb 2014 18:57:09 +0100
parents c39117d00f35
children 069ad98b360d
comparison
equal deleted inserted replaced
822:30ed86ea1c82 823:300b4de701a6
22 import base 22 import base
23 import sys 23 import sys
24 import os 24 import os
25 import os.path 25 import os.path
26 import tarfile 26 import tarfile
27 #import tempfile
28 from sat.core.i18n import _ 27 from sat.core.i18n import _
29 28
30 __commands__ = ["File"] 29 __commands__ = ["File"]
31 30
32 class Send(base.CommandBase): 31 class Send(base.CommandBase):