summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-15 15:32:01 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-15 15:32:01 +0200
commitcd62ab5b363e00226a91ac50229bcfe4a4b9bb2e (patch)
tree7b0af39c8262304f051e7e9ed8a0124b197431c7
parent5a08f69cae2301173c362984bf4eb3aeca8e85f8 (diff)
downloadastroid-cd62ab5b363e00226a91ac50229bcfe4a4b9bb2e.tar.gz
Remove the trailing whitespace.
-rw-r--r--astroid/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/manager.py b/astroid/manager.py
index 322cff9..fe78713 100644
--- a/astroid/manager.py
+++ b/astroid/manager.py
@@ -355,7 +355,7 @@ class AstroidManager(OptionsProviderMixIn):
# between the manager and CONST_PROXY, making
# unittest_lookup.LookupTC.test_builtin_lookup fail depending on the
# test order
- import astroid.raw_building
+ import astroid.raw_building
astroid.raw_building._astroid_bootstrapping(
astroid_builtin=astroid_builtin)