0

Remove unused imports

This commit is contained in:
Nicolas F
2017-03-24 17:57:37 +01:00
parent b7837a9656
commit 8cf47935e4
4 changed files with 0 additions and 6 deletions

View File

@@ -20,8 +20,6 @@ Each cache class should implement the standard container type interface
attribute.
"""
import functools
import logging
class LRUCache(object):
"""A simple, generic, in-memory LRU cache that implements the standard

View File

@@ -16,7 +16,6 @@
import util
import multiprocessing
import multiprocessing.managers
import cPickle as pickle
import Queue
import time
from signals import Signal

View File

@@ -15,8 +15,6 @@
import os
import subprocess
import shlex
import logging
class Optimizer:

View File

@@ -1,7 +1,6 @@
# see settingsDefinition.py
import os
import os.path
from collections import namedtuple
import rendermodes
import util