Skip to content

Commit 09bfe7e

Browse files
committed
demo.py: Make executable, remove unused glob import
1 parent 3fab418 commit 09bfe7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python
1+
#!/usr/bin/env python
22
#
33
# Copyright (c) 2003 Richard Jones ([email protected])
44
#
@@ -8,7 +8,6 @@
88
import socket
99
import sys
1010
import urlparse
11-
from glob import glob
1211
import getopt
1312

1413
from roundup import configuration

0 commit comments

Comments
 (0)