Files
weewx/bin/user/__init__.py
Tom Keffer 91e9864a98 Went through all the Python code, deleting all SVN $Id$ tags.
Standardized copyright notices, except for those I don't own.
2015-02-21 09:44:19 -08:00

12 lines
306 B
Python

#
# Copyright (c) 2009-2015 Tom Keffer <tkeffer@gmail.com>
#
# See the file LICENSE.txt for your full rights.
#
"""
Package of user extensions to weewx.
This package is for your use. Generally, extensions to weewx go here.
Any modules you add to it will not be touched by the upgrade process.
"""