Skip to content

Commit

Permalink
fix win32 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Denon committed Jul 14, 2017
1 parent 0931aa4 commit 3d50890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion my_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
data_files=[
(r'.', glob(r'D:\myproject\syncPlaylist\config.json')),
(r'.', glob(r'D:\Anaconda3\envs\py27\Lib\site-packages\selenium\webdriver\remote\getAttribute.js')),
(r'.', glob(r'D:\Anaconda3\envs\py27\Lib\site-packages\selenium\webdriver\remote\isDisplayed.js'))
(r'.', glob(r'D:\Anaconda3\envs\py27\Lib\site-packages\selenium\webdriver\remote\isDisplayed.js')),
(r'.', glob(r'D:\myproject\syncPlaylist\phantomjs-2.1.1-windows.zip'))
]
)
Binary file modified win32.rar
Binary file not shown.

0 comments on commit 3d50890

Please sign in to comment.