diff options
| author | Julian Andres Klode <jak@debian.org> | 2014-01-06 13:24:51 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2014-01-06 13:24:51 +0100 |
| commit | 8b8a55f10ca47fe297fbb9b16a8e100658c60df3 (patch) | |
| tree | d2e941190673478d7d92821715ac8df476e17843 /apt/utils.py | |
| parent | f6c94dbe9cbfa645b19832842183e248f940f829 (diff) | |
| download | python-apt-8b8a55f10ca47fe297fbb9b16a8e100658c60df3.tar.gz | |
Use print_function everywhere
This brings the code closer to Python 3. Automatically converted
using 2to3 -f print.
Diffstat (limited to 'apt/utils.py')
| -rw-r--r-- | apt/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt/utils.py b/apt/utils.py index 9451f4bc..5a914fc2 100644 --- a/apt/utils.py +++ b/apt/utils.py @@ -16,6 +16,7 @@ # You should have received a copy of the GNU General Public License along with # this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +from __future__ import print_function import os.path |
