Skip to content

Commit

Permalink
1.28.2016 update
Browse files Browse the repository at this point in the history
更新部分代码,支持pyinstaller打包。
  • Loading branch information
EvilCult committed Jan 28, 2016
1 parent ce45e9b commit a81d932
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Module/sohuClass.py
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
import re
import json
import toolClass
from Library import toolClass

class ChaseSohu :

Expand Down
8 changes: 4 additions & 4 deletions guiClass.py
Expand Up @@ -5,10 +5,10 @@
import tkMessageBox
import os
import sys
import youkuClass
import tudouClass
import sohuClass
import letvClass
from Module import youkuClass
from Module import tudouClass
from Module import sohuClass
from Module import letvClass

class GUI :

Expand Down
Binary file added icon.icns
Binary file not shown.
3 changes: 0 additions & 3 deletions main.py
@@ -1,8 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import site
site.addsitedir('./Module')
site.addsitedir('./Library')
import guiClass

app = guiClass.GUI()
Expand Down

0 comments on commit a81d932

Please sign in to comment.