move python/NotificationQueueExecutor to futures/
[folly.git] / folly / python / executor.pxd
index ab4c51b7904a56a0aee374374cbc48fcfaab55c2..eeb8acd52c8b6e67882202256b6f1a53265f5c11 100644 (file)
@@ -1,8 +1,8 @@
 from libcpp.memory cimport unique_ptr
 from folly cimport cFollyExecutor
 
-cdef extern from "folly/python/NotificationQueueExecutor.h" namespace "folly::python":
-    cdef cppclass cNotificationQueueExecutor "folly::python::NotificationQueueExecutor"(cFollyExecutor):
+cdef extern from "folly/executors/NotificationQueueExecutor.h" namespace "folly":
+    cdef cppclass cNotificationQueueExecutor "folly::NotificationQueueExecutor"(cFollyExecutor):
         int fileno()
         void drive()