No absolute imports.

This commit is contained in:
Pedro Algarvio 2013-08-22 21:45:45 +01:00
parent 52b8da5d13
commit 5075898935
4 changed files with 3 additions and 4 deletions

View file

@ -44,7 +44,7 @@ Full list of builtin state modules
network
npm
pecl
pip
pip_state
pkg
pkgng
pkgrepo

View file

@ -2,5 +2,5 @@
salt.states.pip
===============
.. automodule:: salt.states.pip
.. automodule:: salt.states.pip_state
:members:

View file

@ -19,7 +19,6 @@ requisite to a pkg.installed state for the package which provides pip
'''
# Import salt libs
from __future__ import absolute_import
import salt.utils
from salt.exceptions import CommandExecutionError, CommandNotFoundError

View file

@ -18,7 +18,7 @@ ensure_in_syspath('../../')
# Import salt libs
import integration
from salt.states import pip
from salt.states import pip_state as pip
from salt.exceptions import CommandExecutionError
# Import 3rd-party libs