Changes of Revision 64
pykolab-0.8.21.tar.gz/pykolab/constants.py.in
Changed
x
1
2
# along with this program. If not, see <http://www.gnu.org/licenses/>.
3
#
4
5
+from __future__ import print_function
6
+
7
import math
8
import socket
9
import sys
10