diff options
author | Yoann QUERET <yoann@queret.net> | 2015-10-02 16:10:27 +0200 |
---|---|---|
committer | Yoann QUERET <yoann@queret.net> | 2015-10-02 16:10:27 +0200 |
commit | b4b9c78e834ce7a4602bfa81dbb3077abe213752 (patch) | |
tree | b13c4ef18ff674f68988bec716238cd17d1b8801 /gui | |
parent | 39f4834e256a6cf03c76b6a23f50f88b0e31b4ce (diff) | |
download | dabmux-b4b9c78e834ce7a4602bfa81dbb3077abe213752.tar.gz dabmux-b4b9c78e834ce7a4602bfa81dbb3077abe213752.tar.bz2 dabmux-b4b9c78e834ce7a4602bfa81dbb3077abe213752.zip |
Remove unused module
Diffstat (limited to 'gui')
-rwxr-xr-x | gui/odr-dabmux-gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/odr-dabmux-gui.py b/gui/odr-dabmux-gui.py index 1d7a37c..d0f2a27 100755 --- a/gui/odr-dabmux-gui.py +++ b/gui/odr-dabmux-gui.py @@ -32,7 +32,6 @@ from bottle import route, run, template, static_file, request import json import argparse -import requests @route('/config') def config(): |