Skip to content

Commit

Permalink
Added a init file to the plugins directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
freemo committed Sep 25, 2016
1 parent e731b50 commit 4416bdc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/apex/plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# These imports are for python3 compatability inside python2
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

import copy
import re
import click

import apex.aprs.util

__author__ = 'Jeffrey Phillips Freeman (WI2ARD)'
__maintainer__ = 'Jeffrey Phillips Freeman (WI2ARD)'
__email__ = 'jeffrey.freeman@syncleus.com'
__license__ = 'Apache License, Version 2.0'
__copyright__ = 'Copyright 2016, Syncleus, Inc. and contributors'
__credits__ = []
__version__ = '0.0.2'

0 comments on commit 4416bdc

Please sign in to comment.