Skip to content

Commit

Permalink
quirks-handler, setup.py: Move to Python 3 as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Pitt committed Jun 14, 2012
1 parent 9f9a570 commit 4aa8975
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ubuntu-drivers-common (1:0.2.55) UNRELEASED; urgency=low
waiting for PackageKit.
* Revert Dmitrijs' relative imports and move back to Python3 compatible
absolute imports.
* quirks-handler, setup.py: Move to Python 3 as well.

[ Dmitrijs Ledkovs ]
* NvidiaDetector/nvidiadetector.py: Use python3 compatible syntax.
Expand Down
2 changes: 1 addition & 1 deletion quirks-handler
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# (c) 2012 Canonical Ltd.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python3

from setuptools import setup

Expand Down

0 comments on commit 4aa8975

Please sign in to comment.