shell bypass 403
UnknownSec Shell
:
/
usr
/
share
/
doc
/
python3-pycurl
/
tests
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
version_comparison_test.py
#! /usr/bin/env python # -*- coding: utf-8 -*- # vi:ts=4:et import unittest from . import util class VersionComparisonTest(unittest.TestCase): def test_comparison(self): assert util.version_less_than_spec((7, 22, 0), (7, 23, 0)) assert util.version_less_than_spec((7, 22, 0), (7, 23)) assert util.version_less_than_spec((7, 22, 0), (7, 22, 1)) assert not util.version_less_than_spec((7, 22, 0), (7, 22, 0)) assert not util.version_less_than_spec((7, 22, 0), (7, 22))
© 2026 UnknownSec