Skip to content

Commit

Permalink
add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Gerkey committed Feb 4, 2012
1 parent 152a86d commit 794221d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/catkin_build.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python

from __future__ import print_function
import os
import os, sys
import subprocess
from subprocess import Popen, CalledProcessError
import re
Expand Down

0 comments on commit 794221d

Please sign in to comment.