ksobon / Bumblebee

Excel interop for Dynamo
36 stars 14 forks source link

updated import statements #20

Closed dimven closed 8 years ago

dimven commented 8 years ago

The goal of this update is to eliminate the need for revising file paths with each Dynamo version. I also replaced some of the python os calls with System.IO calls because it didn't seem necessary to import os for a single file check, when we already have System available.

I couldn't test all of the functionality because I don't have the excel data from the example files.

Edit: Thanks to Adam, the live-write functionality works once more.

ksobon commented 8 years ago

Hey I was adding some small changes to a few nodes. I will just merge changes from my drive but I did update them all with your suggestion. It works fine. Thanks!