Cleanup for stow ---STOW
[dotfiles/.git] / .local / lib / python2.7 / site-packages / concurrent / __init__.py
diff --git a/.local/lib/python2.7/site-packages/concurrent/__init__.py b/.local/lib/python2.7/site-packages/concurrent/__init__.py
new file mode 100644 (file)
index 0000000..b36383a
--- /dev/null
@@ -0,0 +1,3 @@
+from pkgutil import extend_path
+
+__path__ = extend_path(__path__, __name__)