From 09f39d891abab7e92bcd9c1e2442aa001d433278 Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 18 Mar 2013 08:25:14 +0430 Subject: [PATCH] remove __all__ from api, because not needed, fixes #180 --- jedi/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jedi/api.py b/jedi/api.py index 1ed062d3..af94e287 100644 --- a/jedi/api.py +++ b/jedi/api.py @@ -7,7 +7,6 @@ catch :exc:`NotFoundError` which is being raised if your completion is not possible. """ from __future__ import with_statement -__all__ = ['Script', 'NotFoundError', 'set_debug_function', '_quick_complete'] import re import os