Skip to content

Commit

Permalink
fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocabral committed Jan 20, 2012
1 parent 2ef5444 commit fd3c2eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Expand Up @@ -4,8 +4,6 @@
bin
develop-eggs
isk-db
imgdb.data
\\Users\\rnc\\isk-db
dist
downloads
eggs
Expand All @@ -28,6 +26,7 @@ ake-eggs
.mr.developer.cfg
.hg
*.deb
*.data
*.rpm
*.bzr
*.db
Expand Down
3 changes: 3 additions & 0 deletions src/setup.py
Expand Up @@ -146,3 +146,6 @@ def find_data_files(d):
dependency_links = ["http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=18246",
],
)

print "See http://www.imgseek.net/isk-daemon/documents-1/usage for some next steps."
print "See http://www.imgseek.net/isk-daemon/documents-1/faq for some common questions."
5 changes: 2 additions & 3 deletions src/test_imgdb.py
Expand Up @@ -83,9 +83,8 @@ def testsaveloaddb(self):

def testsaveandloadalldbs(self):
import os
#dataFile = "c:\\data\\imgdb.all"
dataFile = os.path.expanduser("~/isk-db").replace('/','\\')

dataFile = 'alternate.image.data'

self.assertEqual(2,self.imgdb.createdb(2))
self.assertEqual(3,self.imgdb.createdb(3))

Expand Down

0 comments on commit fd3c2eb

Please sign in to comment.