Dolda2000 GitWeb
/
wrw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdc8024
)
Fixed erroneous merge.
python2
author
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 12 May 2020 23:57:12 +0000
(
01:57
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 12 May 2020 23:57:12 +0000
(
01:57
+0200)
wrw/session.py
patch
|
blob
|
blame
|
history
diff --git
a/wrw/session.py
b/wrw/session.py
index
476113a
..
fc918f4
100644
(file)
--- a/
wrw/session.py
+++ b/
wrw/session.py
@@
-1,9
+1,5
@@
import threading, time, pickle, random, os
-<<<<<<< HEAD
-import cookie, env
-=======
-from . import cookie, env, proto
->>>>>>> master
+import cookie, env, proto
__all__ = ["db", "get"]