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, 2 insertions, 0 deletions
diff --git a/src/ipython_view.py b/src/ipython_view.py
index 08b689dea..ace9352be 100644
--- a/src/ipython_view.py
+++ b/src/ipython_view.py
@@ -521,3 +521,5 @@ class IPythonView(ConsoleView, IterableIPShell):
self.showReturned(rv)
self.cout.truncate(0)
+
+# vim: se ts=3: \ No newline at end of file