Skip to content

Commit

Permalink
Fix missing sys dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se>
  • Loading branch information
mraspaud committed Oct 31, 2016
1 parent 31f5c83 commit a05d915
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config_finder/__init__.py
Expand Up @@ -28,6 +28,7 @@

import logging
import os
import sys
from collections import Mapping

import yaml
Expand All @@ -40,8 +41,6 @@
import unittest




LOG = logging.getLogger(__name__)


Expand Down

0 comments on commit a05d915

Please sign in to comment.