mirror of
https://github.com/weewx/weewx.git
synced 2026-04-19 17:16:56 -04:00
15 lines
288 B
Python
15 lines
288 B
Python
#
|
|
# Copyright (c) 2009, 2010, 2013 Tom Keffer <tkeffer@gmail.com>
|
|
#
|
|
# See the file LICENSE.txt for your full rights.
|
|
#
|
|
# $Revision$
|
|
# $Author$
|
|
# $Date$
|
|
#
|
|
|
|
import weewx.cheetahgenerator
|
|
|
|
# For backwards compatibility:
|
|
FileGenerator = weewx.cheetahgenerator.CheetahGenerator
|