]> git.dolda2000.com Git - wrw.git/commitdiff
Fixed erroneous merge. python2
authorFredrik Tolf <fredrik@dolda2000.com>
Tue, 12 May 2020 23:57:12 +0000 (01:57 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Tue, 12 May 2020 23:57:12 +0000 (01:57 +0200)
wrw/session.py

index 476113ad59f66a0d0ac8f5cad2047e85f1f3902e..fc918f4d51383646181e8ee6712acb2ee207d7c4 100644 (file)
@@ -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"]