Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looks like some code will be deleted #22

Closed
GuoJing opened this issue Sep 13, 2013 · 3 comments
Closed

Looks like some code will be deleted #22

GuoJing opened this issue Sep 13, 2013 · 3 comments
Labels
bug Something isn't working

Comments

@GuoJing
Copy link

GuoJing commented Sep 13, 2013

input

import sys
import os
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

from model.parser import LogParser
from utils.scribec import send as scribesend

output

import os
import sys

from model.parser import LogParser
from utils.scribec import send as scribesend

looks like sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) is gone.

@timothycrosley
Copy link
Member

Thanks for reporting this issue! It has been confirmed and will be fixed prior to the next release.

@timothycrosley
Copy link
Member

Thanks again for reporting this, it is now fixed in release 1.3.0 👍

@GuoJing
Copy link
Author

GuoJing commented Sep 15, 2013

love this! 😆 🏮

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants