David Pursehouse e00aa6b923 Clean up imports
manifest_xml: import `HEAD` and `R_HEADS` from correct module
version: import `HEAD` from correct module

`HEAD` and `R_HEADS` should be imported from the git_refs module,
where they are originally defined, rather than from the project
module.

repo: remove unused import of readline

cherry_pick: import standard modules on separate lines
smartsync: import subcmd modules explicitly from subcmd

Use:
  `import re
  import sys`
and
  `from subcmds.sync import Sync`

Instead of:
  `import sys, re`
and
  `from sync import Sync`

Change-Id: Ie10dd6832710939634c4f5c86b9ba5a9cd6fc92e
2012-09-18 09:54:57 +02:00
2012-09-18 09:54:57 +02:00
2009-06-02 00:09:07 +02:00
2009-06-02 00:09:07 +02:00
2012-08-23 12:15:26 +02:00
2008-10-21 07:00:00 -07:00
2012-04-13 09:46:00 -07:00
2012-08-23 12:15:26 +02:00
2012-08-23 12:15:26 +02:00
2012-09-18 09:54:57 +02:00
2011-09-19 14:52:57 -07:00
2012-09-18 09:54:57 +02:00
Description
No description provided
Apache-2.0 35 MiB
Languages
Python 99.1%
Shell 0.9%