avocado: Keep Pydev happy

Add some exceptions to the Eclipse Pydev linting system,
so those false negatives don't show.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 c5cd18fa
......@@ -40,7 +40,7 @@ class Params(UserDict.IterableUserDict):
def __getattr__(self, attr):
try:
return UserDict.IterableUserDict.__getattr__(self, attr)
return UserDict.IterableUserDict.__getattr__(self, attr) # @UndefinedVariable
except AttributeError:
try:
return self.__getitem__(attr)
......
......@@ -63,7 +63,7 @@ master_doc = 'index'
# General information about the project.
project = u'avocado'
copyright = u'2014, Red Hat'
copyright = u'2014, Red Hat' # @ReservedAssignment
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册