From 34aa52ac8bee95ffbb6e525c15faedcb9f9db67f Mon Sep 17 00:00:00 2001 From: tomerassa Date: Mon, 25 Aug 2025 17:28:02 +0300 Subject: [PATCH] Updated comment --- cpapi/mgmt_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpapi/mgmt_api.py b/cpapi/mgmt_api.py index dc42370..d3a6f9b 100644 --- a/cpapi/mgmt_api.py +++ b/cpapi/mgmt_api.py @@ -2,10 +2,10 @@ # cp_management_api.py # version 1.1 # -# A library for communicating with Check Point's management server using [2.7.9 < python < 3] +# A library for communicating with Check Point's management server # written by: Check Point software technologies inc. # October 2016 -# tested with Check Point R80 (tested with take hero2 198) +# tested with Check Point R80 and above (tested with take hero2 198) # from __future__ import print_function