Browse Source

Don't need these imports

John Carr 16 years ago
parent
commit
fe07efa9f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bin/dul-daemon

+ 0 - 1
bin/dul-daemon

@@ -17,7 +17,6 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 # MA  02110-1301, USA.
 
-import os, sys, tempfile, struct
 from dulwich.server import GitBackend, TCPGitServer
 
 if __name__ == "__main__":