Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Adams committed Dec 28, 2017
1 parent 402f5f7 commit f688ad7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions clamm/__main__.py
Expand Up @@ -7,10 +7,8 @@
import os
import json

import clamm.util
import clamm.audiolib
import clamm.streams
from clamm import config, get_config_path, installed_location
import clamm.util


def create_library_parsers(subps):
Expand Down Expand Up @@ -367,6 +365,11 @@ def main():
"""
args = parse_inputs().parse_args()

if args.cmd == "library":
import clamm.audiolib
elif args.cmd == "streams":
import clamm.streams

# retrieve the parsed cmd/sub/... and evaluate
full_cmd = "{}_{}".format(args.cmd, args.sub_cmd)
try:
Expand Down

0 comments on commit f688ad7

Please sign in to comment.