mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 16:45:10 +02:00
8 lines
280 B
Diff
8 lines
280 B
Diff
--- afew/filters/__init__.py
|
|
+++ afew/filters/__init__.py
|
|
@@ -6,4 +6,4 @@
|
|
|
|
__all__ = list(filename[:-3]
|
|
for filename in glob.glob1(os.path.dirname(__file__), '*.py')
|
|
- if filename is not '__init__.py')
|
|
+ if filename != '__init__.py')
|