zombofant / pyxwf

eXtensible Web Framework in Python
http://zombofant.net/hacking/pyxwf
Other
2 stars 1 forks source link

os.path.join used inappropriately throughout the code #10

Open horazont opened 11 years ago

horazont commented 11 years ago

The os.path.join function is used inappropriately throughout the code, which makes it dependent on the fact that / is used as a directory separator.