|
-
Feb 27th, 2006, 11:31 AM
#1
Visual wants to ruin the extension..:(
Code:
def read_all_files():
global files_and_lines
for files in constants.FILE_NAMES:
fpath = os.path.join((sys.path[0]),"lexi", files)
try:
lexi_file = open(fpath, "r")
constants.files_and_lines.append(lexi_file.readlines())
except(IOError):
print "Something went wrong trying to read the file:"
print "'%s'" % fpath
lexi_file.close()
-
Feb 27th, 2006, 11:57 AM
#2
Re: Visual wants to ruin the extension..:(
Code:
def read_all_files():
global files_and_lines
for files in constants.FILE_NAMES:
fpath = os.path.join((sys.path[0]),"lexi", files)
try:
lexi_file = open(fpath, "r")
constants.files_and_lines.append(lexi_file.readlines())
except(IOError):
print "Something went wrong trying to read the file:"
print "'%s'" % fpath
lexi_file.close()
-
Feb 27th, 2006, 12:00 PM
#3
Re: Visual wants to ruin the extension..:(
Hello this is a h****r test. I am the b3*****d best in the b*****d world...****...
- ØØ -
-
Feb 27th, 2006, 03:26 PM
#4
Re: Visual wants to ruin the extension..:(
 Originally Posted by NoteMe
Hello this is a h****r test. I am the b3*****d best in the b*****d world...****...
- ØØ -
**** *** ******* *******.
Last edited by iPrank; Feb 27th, 2006 at 03:27 PM.
Reason: Spelling mistake. Should be *******. not ******
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|