Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
devflow
Commits
9394b2f2
Commit
9394b2f2
authored
Jan 28, 2013
by
Christos Stavrakakis
Browse files
Grammer fix
parent
d23bbb48
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_version.py
View file @
9394b2f2
...
...
@@ -35,7 +35,7 @@ import sys
try
:
from
devflow
import
versioning
except
ImportError
:
raise
RuntimeError
(
"devflow is build dependency"
)
raise
RuntimeError
(
"devflow is
a
build dependency"
)
def
main
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment