3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

Make plugins/ and protocols/ namespaces

This commit is contained in:
James Lu 2016-07-20 23:55:26 -07:00
parent f3b6e8f7ea
commit 47a0a7f8c6
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,7 +4,7 @@
!.*.yml !.*.yml
# Automatically generated by setup.py # Automatically generated by setup.py
__init__.py /__init__.py
env/ env/
build/ build/

1
plugins/__init__.py Normal file
View File

@ -0,0 +1 @@
# Stub so that pylinkirc.plugins is a module

1
protocols/__init__.py Normal file
View File

@ -0,0 +1 @@
# Stub so that pylinkirc.protocols is a module