~ubuntu-branches/ubuntu/wily/system-config-printer/wily

« back to all changes in this revision

Viewing changes to troubleshoot/LocalOrRemote.py

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2014-08-05 23:59:59 UTC
  • mfrom: (256.1.1 utopic-proposed)
  • Revision ID: package-import@ubuntu.com-20140805235959-v1yzis5mo1nkxo2m
Tags: 1.5.0+20140805-0ubuntu2
debian/control: Build-depend on Python 3 (python3-all-dev).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
 
1
#!/usr/bin/python3
2
2
 
3
3
## Printing troubleshooter
4
4
 
19
19
## along with this program; if not, write to the Free Software
20
20
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
21
21
 
22
 
from base import *
 
22
from .base import *
23
23
class LocalOrRemote(Multichoice):
24
24
    def __init__ (self, troubleshooter):
25
25
        Multichoice.__init__ (self, troubleshooter, "printer_is_remote",