]> arthur.barton.de Git - bup.git/blobdiff - cmd/get-cmd.py
Add syntax highlighting to readme
[bup.git] / cmd / get-cmd.py
index efeb78fd821f7d8d9caee5217af0a4f8dfd0aa24..f5fe01a5bd73b672590910d89147e1454d5ddce9 100755 (executable)
@@ -15,7 +15,8 @@ from bup import git, client, helpers, vfs
 from bup.compat import wrap_main
 from bup.git import get_cat_data, parse_commit, walk_object
 from bup.helpers import add_error, debug1, handle_ctrl_c, log, saved_errors
-from bup.helpers import hostname, shstr, tty_width, userfullname, username
+from bup.helpers import hostname, shstr, tty_width
+from bup.pwdgrp import userfullname, username
 from bup.repo import LocalRepo, RemoteRepo
 
 argspec = (