Todd Owen
|
198048c356
|
Fix in pkgutil: don't call pipes.quote() on None.
In this function, 'site' may be None, which will cause an exception
if it is passed to pipes.quote().
|
2014-06-15 10:20:35 +08:00 |
|
Michael DeHaan
|
d4d87c420f
|
Fixes for run_command shell usage in remainder of packaging modules, save portinstall.
|
2014-03-12 16:57:18 -04:00 |
|
James Tanner
|
38edad70ac
|
Fixes #5023 Convert all modules to use new snippet import pattern
|
2013-12-02 15:11:23 -05:00 |
|
Michael DeHaan
|
12308c9152
|
Fix module formatting in the pkgutil module.
|
2013-10-07 08:24:02 -04:00 |
|
James Cammarata
|
0caaa023e2
|
Cleaning up some pep8 issues in the pkgutil module
|
2013-08-22 20:21:02 -05:00 |
|
James Cammarata
|
1f78606620
|
Minor doc fixes for the pkgutil module
|
2013-08-20 21:08:56 -05:00 |
|
Alexander Winkler
|
487dcccd7d
|
Added module pkgutil
|
2013-08-20 21:08:56 -05:00 |
|