Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Remove the checks for running out of source directory, no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
zachtib committed Jul 8, 2011
1 parent bb381e3 commit 2a30c7f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions bin/lookit
Expand Up @@ -22,14 +22,8 @@ import os
import sys
import time

try:
# Try to import these from current directory, in case running from src
import liblookit
import lookitindicator
except ImportError:
# Then fall back to globally installed versions
from lookit import liblookit
from lookit import lookitindicator
from lookit import liblookit
from lookit import lookitindicator

if __name__ == '__main__':
parser = argparse.ArgumentParser(description='Lookit Screenshot Uploader')
Expand Down

0 comments on commit 2a30c7f

Please sign in to comment.