Removed unused imports
authorEd Bartosh <eduard.bartosh@intel.com>
Mon, 30 Apr 2012 18:01:10 +0000 (21:01 +0300)
committerEd Bartosh <eduard.bartosh@intel.com>
Mon, 30 Apr 2012 18:01:10 +0000 (21:01 +0300)
Change-Id: I299aa15e3440d155de9f9170a31d3f464454e987

gitbuildsys/cmd_changelog.py

index 54609bd..75c5918 100644 (file)
 """Implementation of subcmd: changelog
 """
 
-import os
 import datetime
-import tempfile
 import glob
 import subprocess
-import shutil
 
 import msger
-import errors
 
 from conf import configmgr