Skip to content

Commit

Permalink
ship confit.py in flinck module
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraymer committed Mar 26, 2016
1 parent 7381975 commit 943040e
Show file tree
Hide file tree
Showing 3 changed files with 1,449 additions and 5 deletions.
5 changes: 1 addition & 4 deletions flinck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
import argparse
import os
import sys
import confit

import confit
import brain

from config import config
from linker import Linker

__version__ = '0.1.0'
__author__ = 'Fabrice Laporte <[email protected]>'


def parse_args(argv):
"""Build application argument parser and parse command line.
Expand Down
Loading

0 comments on commit 943040e

Please sign in to comment.