X-Git-Url: https://www.yuggoth.org/gitweb?p=weather.git;a=blobdiff_plain;f=weather;h=29ba2c3aaf9a23db731030fd6c7724597039d719;hp=1110ea094a7be87ca5968872a4a9459a40954f36;hb=eb249a0ae2f1644a67d6231b7cddf292058080e7;hpb=b755668b64a70bb7b0efbf1bd0aff8c310471ee1 diff --git a/weather b/weather index 1110ea0..29ba2c3 100755 --- a/weather +++ b/weather @@ -1,11 +1,17 @@ #!/usr/bin/env python -# weather version 1.1, http://fungi.yuggoth.org/weather/ +# weather version 1.3, http://fungi.yuggoth.org/weather/ # Copyright (c) 2006 Jeremy Stanley , all rights reserved. # Licensed per terms in the LICENSE file distributed with this software. """Wrapper utility using the weather.py module.""" +# added so distributors can consistently specify a private module location +private_module_path = None +if private_module_path: + import sys + sys.path.insert(1, private_module_path) + import weather # initialize options and configs