Added branch name to docstring.

This commit is contained in:
Dan-in-CA 2013-09-28 14:01:21 -07:00
parent d4a99da4f9
commit 8f25e6c56e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
###!/usr/bin/python
"""Updated 19/September/2013."""
"""Master Git 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.