X-Git-Url: https://www.yuggoth.org/gitweb?p=weather.git;a=blobdiff_plain;f=weather;h=29ba2c3aaf9a23db731030fd6c7724597039d719;hp=bf5129a03d34dae1bfde7983db75006c153cc61f;hb=eb249a0ae2f1644a67d6231b7cddf292058080e7;hpb=a4375bf577aede658066af89df19e5f1a1e5640d diff --git a/weather b/weather index bf5129a..29ba2c3 100755 --- a/weather +++ b/weather @@ -1,11 +1,17 @@ #!/usr/bin/env python -# weather version 1.2, 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