Adds missing import.

This commit is contained in:
Grzegorz Adam Hankiewicz
2014-04-16 22:54:52 +02:00
parent 3670fe2385
commit 84c1aa9990

View File

@@ -75,7 +75,7 @@
## constructor should be used for this purpose. However,
## currently only basic authentication is supported.
import sockets, strutils, parseurl, parseutils, strtabs, base64
import sockets, strutils, parseurl, parseutils, strtabs, base64, os
import asyncnet, asyncdispatch
import rawsockets