summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/utils/autoloader.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/utils/autoloader.py')
-rw-r--r--buildscripts/resmokelib/utils/autoloader.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/buildscripts/resmokelib/utils/autoloader.py b/buildscripts/resmokelib/utils/autoloader.py
index 1ac58abc892..73b58563451 100644
--- a/buildscripts/resmokelib/utils/autoloader.py
+++ b/buildscripts/resmokelib/utils/autoloader.py
@@ -1,6 +1,4 @@
-"""
-Utility for loading all modules within a package.
-"""
+"""Utility for loading all modules within a package."""
from __future__ import absolute_import
@@ -9,8 +7,7 @@ import pkgutil
def load_all_modules(name, path):
- """
- Dynamically loads all modules in the 'name' package.
+ """Dynamically load all modules in the 'name' package.
This function is useful in combination with the registry.py module
so that any classes declared within the package are automatically