mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
GUI: remove unused imports
This commit is contained in:
parent
5716050187
commit
3a90836f82
1 changed files with 0 additions and 3 deletions
|
@ -26,10 +26,7 @@ def _ (s):
|
||||||
return s
|
return s
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
|
||||||
import os.path
|
import os.path
|
||||||
from operator import add
|
|
||||||
from sets import Set
|
|
||||||
from bisect import bisect_right, bisect_left
|
from bisect import bisect_right, bisect_left
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue