weng-lab / SnoPlowPy

MIT License
1 stars 1 forks source link

refactor Exp, ExpFile, ExpMetadata, ExpFileMetadata out #2

Open purcaro opened 7 years ago

kepbod commented 7 years ago

I suggest to use requests instead of urllib2 for the reason of python 2/3 compatibility. See http://python-future.org/compatible_idioms.html#urllib-module for more details.

purcaro commented 7 years ago

agreed!