From 0711295789c36b449aea51c1f505cf9773740c18 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 23 Aug 2008 19:44:49 -0700 Subject: [PATCH] Adding missing import. --- luminotes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/luminotes.py b/luminotes.py index 87d1feb..6125c8a 100755 --- a/luminotes.py +++ b/luminotes.py @@ -1,5 +1,6 @@ #!/usr/bin/python2.4 +import os import sys import socket import os.path