Skip to content
Snippets Groups Projects
Commit f90acf58 authored by jkerdreu's avatar jkerdreu
Browse files

Nothing just fushing my dev env



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2433 b32b6428-25c9-4566-ad07-03861ab6144f
parent 786a9784
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ def split_color(color):
return (r,g,b)
def properties_compare(orig,new):
#import pdb;pdb.set_trace()
r = {}
for k in new.keys():
if k in orig.keys():
......
......@@ -16,6 +16,6 @@ COPY ./tmux.conf /root/.tmux.conf
CMD ["tmux"]
EXPOSE 8080/tcp
EXPOSE 9090/tcp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment