diff options
author | JF Ding <jian-feng.ding@intel.com> | 2012-07-12 17:18:27 +0800 |
---|---|---|
committer | JF Ding <jian-feng.ding@intel.com> | 2012-07-12 17:18:27 +0800 |
commit | b21619f7ba3a94a2d512982bb8097ce34fc232ec (patch) | |
tree | 36120ed9f0ae6c50e96020c5e5f1e4f2a0672fe8 /tools | |
parent | 9f2cbd1bb57ba55675e79d5917de842568eaa907 (diff) | |
download | mic-b21619f7ba3a94a2d512982bb8097ce34fc232ec.tar.gz mic-b21619f7ba3a94a2d512982bb8097ce34fc232ec.tar.bz2 mic-b21619f7ba3a94a2d512982bb8097ce34fc232ec.zip |
fixing the compatibile problem of misc.get_distro
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/mic | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ class MicCmd(cmdln.Cmdln): if __name__ == "__main__": try: - msger.raw("mic %s (%s)" % (VERSION, misc.get_distro())) + msger.raw("mic %s (%s)" % (VERSION, misc.get_distro_str())) mic = MicCmd() sys.exit(mic.main()) |