summaryrefslogtreecommitdiff
path: root/astroid/manager.py
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-23 14:49:27 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-23 14:49:27 +0300
commit0f3cb07fda484d77d3c1ae03dda07132e06a16ee (patch)
treef57d053903221bd9c10b84190f8b890bc8ac6ed5 /astroid/manager.py
parent87d60c5819b9e56886cbd9a3af5488440bd5f7de (diff)
downloadastroid-git-0f3cb07fda484d77d3c1ae03dda07132e06a16ee.tar.gz
Remove the useless __docformat__ variable.
Diffstat (limited to 'astroid/manager.py')
-rw-r--r--astroid/manager.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/astroid/manager.py b/astroid/manager.py
index 91f97280..9ab03734 100644
--- a/astroid/manager.py
+++ b/astroid/manager.py
@@ -21,8 +21,6 @@ from various source and using a cache of built modules)
"""
from __future__ import print_function
-__docformat__ = "restructuredtext en"
-
import collections
import imp
import os