On 17 Nov 2003 00:02:56 +0500, imran <[EMAIL PROTECTED]>
wrote:

>               CONFIRM_APPEND =
>                        os.path.expanduser("~/.tmda/lists/confirmed")
>               LOGFILE_DEBUG =
>                        os.path.expanduser("~/.tmda/logs/debug")
>               LOGFILE_INCOMING =
>                        os.path.expanduser("~/.tmda/logs/incoming")
>               LOGFILE_OUTGOING =
>                        os.path.expanduser("~/.tmda/logs/outgoing")

Try changing this to:

CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
LOGFILE_DEBUG = os.path.expanduser("~/.tmda/logs/debug")
LOGFILE_INCOMING = os.path.expanduser("~/.tmda/logs/incoming")
LOGFILE_OUTGOING = os.path.expanduser("~/.tmda/logs/outgoing")

Python doesn't let you break lines just anywhere, unless you use the
line continuation character "\".

Gre7g.
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users
  • Help imran
    • Gre7g Luterman

Reply via email to