]> arthur.barton.de Git - bup.git/blobdiff - cmd/xstat-cmd.py
metadata/xstat: fix a bunch of CodingStyle issues.
[bup.git] / cmd / xstat-cmd.py
index 6d60596810f7d8c50a885b3ee8db6dfdc0e707f1..c3a672cc5827b4bb58db21df3356b2bbd012b4a5 100755 (executable)
@@ -1,17 +1,10 @@
 #!/usr/bin/env python
-
 # Copyright (C) 2010 Rob Browning
 #
 # This code is covered under the terms of the GNU Library General
 # Public License as described in the bup LICENSE file.
-
-import errno
-import posix1e
-import stat
-import sys
-from bup import metadata
-from bup import options
-from bup import xstat
+import sys, stat, errno
+from bup import metadata, options, xstat
 from bup.helpers import handle_ctrl_c, saved_errors, add_error, log