From 4ce0fd8fa82597fab1db9e6f8e96b135eb75d4f6 Mon Sep 17 00:00:00 2001 From: Wu Wenxiang Date: Sat, 11 Jan 2014 17:12:36 +0800 Subject: [PATCH] Remove unused imports Remove unused imports in doc/source/conf.py Change-Id: I419f60dc7bb3a2e73961bab933867b171851eb18 Closes-Bug: #1268091 --- doc/source/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 1e840185..d91350bf 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,9 +1,6 @@ # -*- coding: utf-8 -*- # -import os -import sys - project = 'python-ceilometerclient' # -- General configuration ----------------------------------------------------