summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ca2ff71)
(and rebase/fixup commits)
app_path = os.path.dirname(os.path.realpath(__file__))
app_path = os.path.dirname(os.path.realpath(__file__))
-lib_path = os.path.join(cur_path, '..')
+lib_path = os.path.join(app_path, '..')
sys.path.append(lib_path)
from seeparklib.openweathermap import openweathermap_json, OpenWeatherMapError
sys.path.append(lib_path)
from seeparklib.openweathermap import openweathermap_json, OpenWeatherMapError