summaryrefslogtreecommitdiff
path: root/aptsources/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-06Use print_function everywhereJulian Andres Klode1-0/+2
This brings the code closer to Python 3. Automatically converted using 2to3 -f print.
2013-10-10apt, aptsources: Only call init_config() if not already initializedJulian Andres Klode1-2/+5
Based on an idea by the bug reporter. Reported-by: Dominique Lasserre <lasserre.d@googlemail.com> Closes: #686403
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode1-1/+0
2009-01-09Cleanup: Remove whitespace at the end of line in all python codes.Julian Andres Klode1-1/+1
2008-08-23* aptsources/__init__.py, aptsources/distinfo.py:Michael Vogt1-0/+4
- run apt_pkg.init() when aptsources gets imported and not the distinfo function
2008-05-16Fixes to blank lines, to conform with PEP 8.Ben Finney1-1/+0
2008-05-16Remove trailing whitespace.Ben Finney1-1/+1
2007-01-19* merge aptsources into the source repositorySebastian Heinlein1-0/+1
- skipped the gettext integration, since nearly all strings changed recently (no need to blow up the bzr repo) - still needs integration into the setup procedure - added the update-manager authors to the python-apt ones