elementals 1.3.2__tar.gz → 1.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: elementals
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: Basic utilities for CTF (or exploit) scripts
5
5
  Home-page: https://github.com/eyalitki/elementals
6
6
  Author: Eyal Itkin
@@ -114,7 +114,7 @@ class Logger(logging.Logger):
114
114
  return line
115
115
  result = ''
116
116
  for part in line.split("\033"):
117
- if len(result) == '':
117
+ if len(result) == 0:
118
118
  result += part
119
119
  continue
120
120
  if part.find('m') == -1:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: elementals
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: Basic utilities for CTF (or exploit) scripts
5
5
  Home-page: https://github.com/eyalitki/elementals
6
6
  Author: Eyal Itkin
@@ -35,7 +35,7 @@ The **elementals** package is used in most of my scripts and also in my public G
35
35
  * E-mail: eyal dot itkin at gmail dot com'''
36
36
 
37
37
  setup(name='elementals',
38
- version='1.3.2',
38
+ version='1.3.3',
39
39
  description='Basic utilities for CTF (or exploit) scripts',
40
40
  author='Eyal Itkin',
41
41
  author_email='eyal.itkin@gmail.com',
File without changes
File without changes
File without changes
File without changes