Testing working branch

This commit is contained in:
Dan-in-CA 2013-09-28 13:59:00 -07:00
parent d4a99da4f9
commit 6f882f1432
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
###!/usr/bin/python
"""Updated 19/September/2013."""
#### Working branch ####
import re, os, json, time, base64, thread # standard Python modules
import web # the Web.py module. See webpy.org (Enables the OpenSprinkler web interface)
import gv # 'global vars' An empty module, used for storing vars (as attributes), that need to be 'global' across threads and between functions and classes.