Imported from archive.
[weather.git] / weather
diff --git a/weather b/weather
index bf5129a..29ba2c3 100755 (executable)
--- 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 <fungi@yuggoth.org>, 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