square / assertj-android

A set of AssertJ helpers geared toward testing Android.
https://square.github.io/assertj-android/
Apache License 2.0
1.58k stars 156 forks source link

generate-android-java.py destroyes package names #32

Closed screendriver closed 11 years ago

screendriver commented 11 years ago

I created two gists. One before running the Python script and one after

Before: https://gist.github.com/ScreenDriver/e1924e84f7050c6054e7 After: https://gist.github.com/ScreenDriver/a75e44595e84efbf0bff

Look at the package names. The dots will replaced with backslashes

JakeWharton commented 11 years ago

What python version and what OS?

screendriver commented 11 years ago

I am usingWindows 8 with Python 2.7.3