JamesRamm / archook

Searches the system for arcgis and makes arcpy available to python (regardless of pythonpath/system path/registry settings)
GNU General Public License v2.0
81 stars 28 forks source link

changed "os.path" calls to "path" #2

Closed bricegnichols closed 8 years ago

bricegnichols commented 8 years ago

I hit an error on this because the os library wasn't fully imported and the global was undefined.