pyclean 82 B

123
  1. #!/bin/bash
  2. find ./misago -name '*.pyc' -delete -not -path './misago/frontend/*'