Description: This patch removes a deprecated call to pandas causing a FutureWarning.
Origin: https://github.com/ulmo-dev/ulmo/pull/157
Last-Updated: 2018-08-19

--- a/ulmo/twc/kbdi/core.py
+++ b/ulmo/twc/kbdi/core.py
@@ -17,7 +17,7 @@
 
 from ulmo import util
 
-CSV_SWITCHOVER = pandas.tslib.Timestamp('2016-10-01')
+CSV_SWITCHOVER = pandas.Timestamp('2016-10-01')
 
 def get_data(county=None, start=None, end=None, as_dataframe=False, data_dir=None):
     """Retreives data.
