diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2012-02-09 08:14:00 +1300 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2012-02-09 08:14:00 +1300 |
| commit | e484e667a60831f369c94758c40b1e825d9b6f99 (patch) | |
| tree | 6c684c46e94985547d6131d7fe14a641c7c8160f | |
| parent | 46c5982d3da0355f458ceea2077230fbed9c289b (diff) | |
| download | mitmproxy-e484e667a60831f369c94758c40b1e825d9b6f99.tar.gz mitmproxy-e484e667a60831f369c94758c40b1e825d9b6f99.tar.bz2 mitmproxy-e484e667a60831f369c94758c40b1e825d9b6f99.zip | |
Fix import missed during refactoring.
Addresses issue #26
| -rw-r--r-- | libmproxy/console/connview.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmproxy/console/connview.py b/libmproxy/console/connview.py index ce883eee..6391547e 100644 --- a/libmproxy/console/connview.py +++ b/libmproxy/console/connview.py @@ -1,3 +1,4 @@ +import os import urwid import common from .. import utils, encoding, flow |
