This website requires JavaScript.
Explore
Help
Sign In
Lubuntu
/
ubuntu-dev-tools
Watch
3
Star
0
Fork
0
You've already forked ubuntu-dev-tools
mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced
2025-03-13 16:11:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ubuntu-dev-tools
/
ubuntutools
/
lp
/
__init__.py
7 lines
94 B
Python
Raw
Normal View
History
Unescape
Escape
Fix all flake8 issues
2017-05-01 00:20:03 +02:00
#
# ubuntu-dev-tools Launchpad Python modules.
#
ubuntutools/lp/__init__.py: Define the default LP service to use (default: edge) ubuntutools/lp/__init__.py: Don't hardcode the LP service root but look it up instead debian/control: Depend on python-launchpadlib >= 1.5.4 because of this
2010-02-06 01:53:29 +01:00
all: Use production API rather than edge by default. Should be more reliable and was advised by lifeless (LP team).
2010-09-14 09:30:04 +01:00
service
=
'
production
'
* ubuntutools/lp/lpapicache.py, ubuntutools/lp/libsupport.py: Add support for different LP API versions. * ubuntutools/lp/__init__.py: Set the '1.0' LP API version as default. * massfile: Updated to 1.0 LP API.
2010-03-20 18:27:31 +01:00
api_version
=
'
1.0
'
Reference in New Issue
Copy Permalink