Skip to content

Commit

Permalink
fix(icinga): missing import sys (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Jan 21, 2021
1 parent 61c7244 commit e65ab8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sa_tools_core/icinga.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import os
import re
import sys
import six
import logging
import argparse
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from io import open
from setuptools import setup, find_packages

version = '0.3.4'
version = '0.3.5'

requirements = [
'setuptools',
Expand Down

0 comments on commit e65ab8c

Please sign in to comment.