diff options
| author | 2018-09-01 18:58:20 +0100 | |
|---|---|---|
| committer | 2018-09-01 18:58:20 +0100 | |
| commit | d5bd32a4c7ce34b8dc70ca2cbda6538395f41a09 (patch) | |
| tree | da2371f8ec1c7bf4c2ddfebd89a3e573f77d206f /ModuleManager.py | |
| parent | Merge pull request #13 from dngfx/master (diff) | |
| signature | ||
Remove unneeded "import gc" in ModuleManager.py
Diffstat (limited to 'ModuleManager.py')
| -rw-r--r-- | ModuleManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ModuleManager.py b/ModuleManager.py index e0b5a215..a05918cb 100644 --- a/ModuleManager.py +++ b/ModuleManager.py @@ -1,4 +1,4 @@ -import gc, glob, imp, inspect, os, sys, uuid +import glob, imp, inspect, os, sys, uuid class ModuleManager(object): def __init__(self, bot, events, directory="modules"): |
