Skip to content

Commit

Permalink
packaging 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Jan 24, 2017
1 parent c017af5 commit b477ea1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions pierky/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
Empty file added pierky/p2es/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions pmacct-to-elasticsearch → scripts/pmacct-to-elasticsearch
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ except:
import sys


from es import *
from transformations import *
from workers import *
from pierky.p2es.es import *
from pierky.p2es.transformations import *
from pierky.p2es.workers import *

APP_NAME = 'pmacct-to-elasticsearch'
CURRENT_RELEASE = 'v0.3.0'
Expand Down

0 comments on commit b477ea1

Please sign in to comment.