This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Explictly specify Python 3.
pull/26/head
Matthew Petroff
10 years ago
parent
526cb768ab
commit
f543017f33
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/build/build.py
+1
-1
utils/build/build.sh
+ 1
- 1
utils/build/build.py
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python
3
import os
import tempfile
+ 1
- 1
utils/build/build.sh
View File
@@ -1,3 +1,3 @@
#!/bin/sh
python build.py
python
3
build.py
Write
Preview
Loading…
Cancel
Save