From 30a6a9a4dc47e0f9a97e6817a5622a335f028807 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 5 Feb 2015 09:17:45 +0100 Subject: [PATCH] wallpaper: remove unused import --- bin/build-wallpaper | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/build-wallpaper b/bin/build-wallpaper index b51d439..09ebb6e 100755 --- a/bin/build-wallpaper +++ b/bin/build-wallpaper @@ -5,12 +5,9 @@ # First argument is the directory where the wallpapers can be # found. We use xinerama to know the dimension of each screen. -import sys import os -import re import random import string -import subprocess import optparse import xcb