mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Making salt.queues.sqlite_queue python3 compatible
This commit is contained in:
parent
c9c6f7a95b
commit
f05222f438
@ -15,6 +15,7 @@ to another location::
|
||||
|
||||
# Import python libs
|
||||
from __future__ import print_function
|
||||
from __future__ import absolute_import
|
||||
import glob
|
||||
import logging
|
||||
import os
|
||||
|
Loading…
Reference in New Issue
Block a user