[engine] Add missing import

This commit is contained in:
Tobias Witek 2016-11-05 06:47:22 +01:00
parent 55474aadc3
commit 9da9fdaaa5

View file

@ -7,6 +7,7 @@ import argparse
import importlib
import bumblebee.theme
import bumblebee.output
import bumblebee.modules
class Arguments:
def __init__(self):