Skip to content

Commit

Permalink
Making salt.modules.nova python3 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
nmadhok committed Nov 10, 2014
1 parent d589e9f commit 8e17196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/modules/nova.py
Expand Up @@ -36,6 +36,7 @@
salt '*' nova.flavor_list profile=openstack1
'''
from __future__ import absolute_import

# Import python libs
import logging
Expand Down

0 comments on commit 8e17196

Please sign in to comment.