Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
gtkpod
use-python3.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File use-python3.patch of Package gtkpod
Index: gtkpod-2.1.5/scripts/sync-palm-jppy.py =================================================================== --- gtkpod-2.1.5.orig/scripts/sync-palm-jppy.py +++ gtkpod-2.1.5/scripts/sync-palm-jppy.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Script for syncing Palm addressbook data with iPod via Jppy # (c) 2005 Nick Piper <nick at nickpiper dot co dot uk> # @@ -52,7 +52,7 @@ parser.add_option("-q", "--quiet", (options, args) = parser.parse_args() if options.verbose: - print "Trying to export from Jppy:" + print("Trying to export from Jppy:") dir = os.path.join(options.mountpoint,"Contacts") if not os.path.exists(dir): @@ -74,4 +74,4 @@ for fn in glob.glob(os.path.join(dir,"jp os.unlink(fn) if options.verbose: - print "Saved %d records, removed %d records." % (n,r) + print("Saved %d records, removed %d records." % (n,r))
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor