mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix missing imports
This commit is contained in:
parent
964cebd954
commit
8c864f02c7
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ import json
|
|||
import logging
|
||||
import numbers
|
||||
import os
|
||||
import os.path
|
||||
import posixpath
|
||||
import random
|
||||
import re
|
||||
|
@ -32,6 +33,7 @@ import warnings
|
|||
import string
|
||||
import subprocess
|
||||
import getpass
|
||||
import urllib
|
||||
|
||||
# Import 3rd-party libs
|
||||
from salt.ext import six
|
||||
|
|
Loading…
Add table
Reference in a new issue