Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norstbox
gajim
Commits
3f0ac6b3
Commit
3f0ac6b3
authored
Mar 21, 2006
by
dkirov
Browse files
fix imports
parent
78d48a14
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/common/connection.py
View file @
3f0ac6b3
...
...
@@ -29,13 +29,11 @@
import
sys
import
os
import
time
import
sre
import
traceback
import
random
random
.
seed
()
import
signal
import
base64
if
os
.
name
!=
'nt'
:
signal
.
signal
(
signal
.
SIGPIPE
,
signal
.
SIG_DFL
)
...
...
src/common/connection_handlers.py
View file @
3f0ac6b3
...
...
@@ -19,6 +19,7 @@
import
os
import
time
import
base64
import
socket
from
calendar
import
timegm
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment