Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipython_view.py')
-rw-r--r--src/ipython_view.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipython_view.py b/src/ipython_view.py
index 8ee34b294..caf4d5f54 100644
--- a/src/ipython_view.py
+++ b/src/ipython_view.py
@@ -214,7 +214,7 @@ class IterableIPShell:
possibilities = self.IP.complete(split_line[-1])
try:
- __builtins__.all
+ all(())
except AttributeError:
def all(iterable):
for element in iterable: