Make main.py, worker.py executable

This commit is contained in:
Steven Robertson 2012-04-18 10:21:10 -07:00
parent f4e59dffdc
commit becc97b719
2 changed files with 1 additions and 1 deletions

2
main.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
#
# cuburn, one of a surprisingly large number of ports of the fractal flame
# algorithm to NVIDIA GPUs.

0
worker.py Normal file → Executable file
View File