Imported from archive.
* Release 1.3. * FAQ: Update to clarify that specifying an id won't automatically provide a city and st to get the accompanying forecast. * weather: Provided a consistent means for relocating weather.py to a private location; thanks to Mark Tran for pointing out a conflict with pyweather in ArchLinux (and presumably other distros as well). * weather.py: Upped the version to 1.3.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# weather.py version 1.2, http://fungi.yuggoth.org/weather/
|
||||
# weather.py version 1.3, http://fungi.yuggoth.org/weather/
|
||||
# Copyright (c) 2006 Jeremy Stanley <fungi@yuggoth.org>, all rights reserved.
|
||||
# Licensed per terms in the LICENSE file distributed with this software.
|
||||
|
||||
"""Contains various object definitions needed by the weather utility."""
|
||||
|
||||
version = "1.2"
|
||||
version = "1.3"
|
||||
|
||||
class Selections:
|
||||
"""An object to contain selection data."""
|
||||
|
||||
Reference in New Issue
Block a user