diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2022-02-04 09:28:45 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2022-02-04 09:28:45 +0100 |
commit | 3c512ef60f006cde7b357b8d3f7cbae7bb1f914d (patch) | |
tree | a09e67baa814150f59c0da20679d580f6ce1d5ca | |
parent | b8390776827512e1d1f66307dd497f2244bdf1a0 (diff) | |
download | pykolab-pykolab-0.8.21.tar.gz |
import print_functionpykolab-0.8.21
-rw-r--r-- | pykolab/constants.py.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pykolab/constants.py.in b/pykolab/constants.py.in index 0cd1f6d..b99c433 100644 --- a/pykolab/constants.py.in +++ b/pykolab/constants.py.in @@ -17,6 +17,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # +from __future__ import print_function + import math import socket import sys |