Files
weewx/bin/weeplot/__init__.py
2010-04-12 22:41:45 +00:00

19 lines
410 B
Python

#
# Copyright (c) 2009 Tom Keffer <tkeffer@gmail.com>
#
# See the file LICENSE.txt for your full rights.
#
# $Revision$
# $Author$
# $Date$
#
"""Package weeplot. A set of modules for doing simple plots
"""
# Define possible exceptions that could get thrown.
class ViolatedPrecondition(StandardError):
"""Exception thrown when a function is called with violated preconditions.
"""