russhaun / artillery

The Artillery Project is an open-source blue team tool designed to protect Linux and Windows operating systems through multiple methods.
0 stars 0 forks source link

remove py2 support #49

Closed russhaun closed 2 years ago

russhaun commented 2 years ago

remove code that is from py2. no need for it anymore.

russhaun commented 2 years ago

99% of py2 style code is removed. some still exits mainly format style issue. ex "% yada yada , (some_value)" all py2 imports have been removed in favor of py3 variants

russhaun commented 2 years ago

1.0.6-beta will no longer run on py2 platforms. meaning no new dev can be started using py2.