From eefac2a473a73fa755a1e2a1a068831f8414a58f Mon Sep 17 00:00:00 2001 From: David Halter Date: Sat, 22 Sep 2012 17:38:13 +0200 Subject: [PATCH] tests & fixes #19 --- test/completion/thirdparty/django_.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/completion/thirdparty/django_.py b/test/completion/thirdparty/django_.py index fc2b351a..9914a6d1 100644 --- a/test/completion/thirdparty/django_.py +++ b/test/completion/thirdparty/django_.py @@ -1,3 +1,5 @@ +#! ['class ObjectDoesNotExist'] +from django.core.exceptions import ObjectDoesNotExist import django #? ['get_version']