Skip to content

Commit 512a20f

Browse files
author
Anton Kex, Tanel Õigeäär
committed
move extras to extras dir
1 parent aa7fb91 commit 512a20f

8 files changed

+4
-3
lines changed

autoupdate.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import os
12
import time
23
from threading import Thread
34
import subprocess

extras/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

indicator.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
import os
55
import re
66
from subprocess import Popen, PIPE, STDOUT
7-
87
import gtk
98
import appindicator
109
from threading import Thread
1110
import time
1211
from gtk._gtk import CheckMenuItem, SeparatorMenuItem
13-
from jenkins_desktop_notify import JenkinsChecker, JenkinsNotifier
12+
1413
from autoupdate import AutoUpdate
15-
from hours import HoursReporter
14+
from extras.jenkins_desktop_notify import JenkinsChecker, JenkinsNotifier
15+
from extras.hours import HoursReporter
1616

1717
class Indicator:
1818
devs = {}

0 commit comments

Comments
 (0)